Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
imsky committed Jun 20, 2012
1 parent 843db0d commit 0cec2f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holder.js
Expand Up @@ -91,7 +91,6 @@ var Holder = Holder || {};
} }
app.add_image = function (src, el) { app.add_image = function (src, el) {
var node = selector(el); var node = selector(el);
console.log(node)
if(node.length) { if(node.length) {
for(var i = 0, l = node.length; i < l; i++){ for(var i = 0, l = node.length; i < l; i++){
var img = document.createElement("img") var img = document.createElement("img")
Expand Down

0 comments on commit 0cec2f3

Please sign in to comment.