Skip to content

Commit

Permalink
remove a console.log, sorry!
Browse files Browse the repository at this point in the history
  • Loading branch information
layerssss committed Feb 11, 2014
1 parent bd7e7f7 commit dddeb39
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paste.js",
"version": "0.0.2",
"version": "0.0.4",
"authors": [
"Michael Yin <[email protected]>"
],
Expand Down
1 change: 0 additions & 1 deletion paste.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
$ = jQuery
readImagesFromEditable = (element, cb)->
setTimeout (->
console.log $(element).find('img').length
$(element).find('img').each (i, img)->
getImageData img.src, cb
), 1
Expand Down
1 change: 0 additions & 1 deletion paste.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dddeb39

Please sign in to comment.