mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove console.log
This commit is contained in:
@@ -54,7 +54,6 @@ describe "fs", ->
|
||||
it "does not recurse into a directory if it is pruned", ->
|
||||
paths = []
|
||||
fs.traverseTree fixturesDir, (path, prune) ->
|
||||
console.log path
|
||||
if path.match(/\/dir$/)
|
||||
prune()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user