Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Sep 11, 2012
1 parent 7cc094f commit 220299b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/namp.js
Expand Up @@ -360,8 +360,6 @@ block.token = function(src, tokens, top) {

// namp: Warning:
if (top && (cap = block.namp.warning.exec(src))) {
console.log(src)

src = src.substring(cap[0].length);
tokens.push({
type: 'warning',
Expand Down

0 comments on commit 220299b

Please sign in to comment.