Skip to content

Commit

Permalink
stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
forresto committed Oct 2, 2013
1 parent 5d91b42 commit e2069ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions build/dataflow.build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! dataflow.js - v0.0.7 - 2013-10-02 (5:51:40 PM GMT+0300)
/*! dataflow.js - v0.0.7 - 2013-10-02 (5:53:08 PM GMT+0300)
* Copyright (c) 2013 Forrest Oliphant; Licensed MIT, GPL */
// Thanks bobnice http://stackoverflow.com/a/1583281/592125

Expand Down Expand Up @@ -2945,7 +2945,6 @@ CircularBuffer.IndexError= {};
while (this.$log.children().length > this.showLogs) {
this.$log.children().first().remove();
}
console.log( this.$log.children().length );
// Scroll list
this.$log[0].scrollTop = this.$log[0].scrollHeight;
}
Expand Down
4 changes: 2 additions & 2 deletions build/dataflow.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/dataflow.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/modules/edge-inspect-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
while (this.$log.children().length > this.showLogs) {
this.$log.children().first().remove();
}
console.log( this.$log.children().length );
// Scroll list
this.$log[0].scrollTop = this.$log[0].scrollHeight;
}
Expand Down

0 comments on commit e2069ee

Please sign in to comment.