Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
fix(internal): Remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Oct 29, 2015
1 parent 24a5f2f commit d3c0cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/util/meta/getMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function getMeta (context) {

let normalizedFilename = filename

console.log(filename)
// Received a relative path. This is probably from SublimeLinter
if (filename[0] !== path.sep && filename !== '<input>') {
normalizedFilename = path.join(process.cwd(), path.basename(filename))
Expand Down

0 comments on commit d3c0cca

Please sign in to comment.