Skip to content

Commit

Permalink
Removed debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
evangelion1204 committed Nov 11, 2016
1 parent 2a20c89 commit 4348828
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ module.exports = {
matcher = new RegExp("^" + constant + " \"", 'g');
return value = value.replace(matcher, "\"" + replacement);
});
console.log(options.constants);
console.log(value);
return value;
}
},
Expand Down
3 changes: 0 additions & 3 deletions src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ module.exports =
matcher = new RegExp("^#{constant} \"", 'g')
value = value.replace(matcher, "\"#{replacement}")

console.log options.constants
console.log value

return value

read: (filename, options = {}) ->
Expand Down

0 comments on commit 4348828

Please sign in to comment.