Skip to content

Commit

Permalink
refactor(lib - mydependencies): retirando console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
jansanchez committed Jan 24, 2015
1 parent 944e48b commit 112e4ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
1 change: 0 additions & 1 deletion source/coffee/package/lib/mydependencies.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ MyDependencies = (opts) ->
return @

MyDependencies::readFile = (filepath) ->
console.log(process.cwd() + '/' + filepath)
@packageJson = JSON.parse(fs.readFileSync(process.cwd() + '/' + filepath, 'utf8'))
return

Expand Down
95 changes: 0 additions & 95 deletions source/coffee/package/lib/mydependencies.js

This file was deleted.

0 comments on commit 112e4ef

Please sign in to comment.