We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd00042 commit a6daeabCopy full SHA for a6daeab
utils/local.js
@@ -156,8 +156,6 @@ async function run_back(port, data_folder_path) {
156
157
async function run_viewer(viewer_path, args = { port, data_folder_path }) {
158
return new Promise(async (resolve, reject) => {
159
- console.log("viewer_path", viewer_path)
160
- console.log("args.data_folder_path", args.data_folder_path)
161
const viewer_port = await get_available_port(args.port)
162
const viewer_args = [
163
"--port " + viewer_port,
0 commit comments