Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit da3c704

Browse files
diofeherbryanvu
authored andcommitted
Removing console.log
1 parent cd2b2be commit da3c704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/desktop/main.dev.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const runProcesses = (processes, logs) => {
4141
const filePath = path.join(__dirname, 'bin', plat, plat === 'win32' ? `${ proc.name }.exe` : proc.name)
4242

4343
try {
44-
console.log(proc.args)
4544
const instance = cp.spawn(filePath, proc.args)
4645
runningProcesses.push(instance)
4746
instance.stdout.on('data', data => logs.push(`${ proc.name }: ${ data }`))

0 commit comments

Comments
 (0)