Skip to content

Commit a6daeab

Browse files
committed
revert
1 parent bd00042 commit a6daeab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/local.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ async function run_back(port, data_folder_path) {
156156

157157
async function run_viewer(viewer_path, args = { port, data_folder_path }) {
158158
return new Promise(async (resolve, reject) => {
159-
console.log("viewer_path", viewer_path)
160-
console.log("args.data_folder_path", args.data_folder_path)
161159
const viewer_port = await get_available_port(args.port)
162160
const viewer_args = [
163161
"--port " + viewer_port,

0 commit comments

Comments
 (0)