Skip to content

Commit ecb32ba

Browse files
committed
remove no used log
1 parent ff319a3 commit ecb32ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const platform = os.platform()
55

66
switch (platform) {
77
case 'win32':
8-
console.log('Building for Windows...')
98
spawnSync('cmd', ['/c', 'npm run build:win'], { stdio: 'inherit' })
109
break
1110
case 'linux':

0 commit comments

Comments
 (0)