Skip to content

Commit

Permalink
removed console debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
shennan committed Jun 18, 2014
1 parent 0799387 commit d1a58b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ function Kineograph(imgs) {
img.src = path;
img.style.visibility = 'hidden';

console.log(_images);

if(_images[key])
_images[key].push(img);
else
Expand Down

0 comments on commit d1a58b4

Please sign in to comment.