Skip to content

Commit

Permalink
remove random console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
shavyg2 committed Apr 13, 2014
1 parent f9e0741 commit 33db9ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion bin/Main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-release.sh
Expand Up @@ -2,4 +2,4 @@

basedir=$(dirname $0)
cd $basedir
coffee -c -o bin src/Main.coffee src/FileFinder.coffee src/FileScanner.coffee src/Include.coffee src/List.coffee src/Include.coffee src/Stacker.coffee src/List.coffee
coffee -wc -o bin src/*.coffee
6 changes: 1 addition & 5 deletions src/Main.coffee
Expand Up @@ -77,7 +77,6 @@ watcher= =>
if program.watch
if program.verbose
console.log "watch has been added"
console.log unadded
for file in unadded when file isnt ""
unless watcthMaster?
watchMaster=chokidar.watch(file,{persistent:true})
Expand All @@ -98,7 +97,4 @@ try
process.bundle()
output()
watcher()
catch e



catch e

0 comments on commit 33db9ef

Please sign in to comment.