Skip to content

Commit

Permalink
Remove debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
eee-c committed Apr 6, 2010
1 parent b971d37 commit fc1217d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion changes/lib/listener.js
Expand Up @@ -42,7 +42,6 @@ var Changes = function (uri, options) {
var chunk = chunks[i];
if (chunk) {
try {
sys.puts(chunk);
var obj = JSON.parse(chunk);
} catch(e) {
if (i != (chunks.length -1)) {
Expand Down

0 comments on commit fc1217d

Please sign in to comment.