Skip to content

Commit

Permalink
Removing console.log() statement which was being used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmcl committed Jul 11, 2012
1 parent 68afdd6 commit 6f482ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion phantom.coffee
Expand Up @@ -4,7 +4,6 @@ child = require 'child_process'

phanta = []
startPhantomProcess = (port, args, binaryPath) ->
console.log "binary path " + binaryPath
ps = child.spawn binaryPath, args.concat [__dirname+'/shim.js', port]

ps.stdout.on 'data', (data) -> console.log "phantom stdout: #{data}"
Expand Down
1 change: 0 additions & 1 deletion phantom.js

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

0 comments on commit 6f482ad

Please sign in to comment.