Skip to content

Commit 388a1d8

Browse files
committed
Remove debug output
1 parent a50900f commit 388a1d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

highlights/highlight-file.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ highlighter.requireGrammarsSync
88
modulePath: require.resolve('./atom-language-perl6/package.json')
99

1010
file_to_hl = path.resolve(process.argv[2])
11-
console.error "Highlights is reading #{file_to_hl}"
1211
foo = ->
1312
fs.readFileSync file_to_hl, 'utf8'
1413

0 commit comments

Comments
 (0)