Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements committed Dec 11, 2014
1 parent 9e73244 commit b8a39fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ console.log(decofun(fixture))
```





<a name="tests"></a>
## Tests

Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var output;
rewrite.count = 0;
rewrite.max = 44;
function rewrite (src) {
console.log(rewrite.count)
if (rewrite.count > rewrite.max) {
again = false;
rewrite.count = 0;
Expand Down

0 comments on commit b8a39fe

Please sign in to comment.