Skip to content

Commit

Permalink
#29 removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Mar 31, 2014
1 parent 8fede49 commit 6067933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/viz/_proto.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proto._id = '_proto';
proto.stop = function () {
if (this.realtimeQueries) {
this.realtimeQueries.forEach(function (q) {
console.log('Stopping query', q);
//console.log('Stopping query', q);
joolaio.query.stop(q);
});
}
Expand All @@ -29,7 +29,7 @@ proto.stop = function () {
proto.destroy = function (container, obj) {
if (this.realtimeQueries) {
this.realtimeQueries.forEach(function (q) {
console.log('Stopping query', q);
//console.log('Stopping query', q);
joolaio.query.stop(q);
});
}
Expand Down

0 comments on commit 6067933

Please sign in to comment.