Skip to content

Commit 6dd5205

Browse files
committed
remove debug comment
1 parent 55541ff commit 6dd5205

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
} else {
104104
progress.succeed(`Steamcmd.exe found: ${appDirectory + '/steam/steamcmd.exe'}`)
105105
}
106-
/*
106+
107107
if (fs.existsSync(appDirectory + '/cssource')) {
108108
progress.start(`Found cssource folder. This most likely may have been generated from past usage of the program, and as such is being automatically removed.`)
109109
fs.removeSync(appDirectory + '/cssource')
@@ -181,5 +181,4 @@
181181
progress.succeed(`The Counter-Strike Source textures have been successfully installed into Garrys Mod.\nInstallation path: ${gmodIPath}/addons/css_content`)
182182
progress.log('You may now close this console window.')
183183
})
184-
*/
185184
})()

0 commit comments

Comments
 (0)