Skip to content

Commit

Permalink
comment out debug codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmis1000 committed Aug 27, 2014
1 parent d3e3f83 commit 18fef1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/applications.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ var parseColor = function() {
}
return true;
});
console.log(JSON.stringify(text));
console.log(JSON.stringify(stylefrag));
//console.log(JSON.stringify(text));
//console.log(JSON.stringify(stylefrag));
//insert styles into list and remove parsed tag
temp.splice(i, 1, styles);
}
Expand Down

0 comments on commit 18fef1d

Please sign in to comment.