Skip to content

Commit 7e89afd

Browse files
committed
Cleaning up some debug lines in widget library
1 parent 1736963 commit 7e89afd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/application/views/melons/cantaloupe/js/scalarwidgets.jquery.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
}else{
129129
var slug = $widget.attr('resource');
130130
}
131-
console.log(slug);
132131
if(slug.indexOf(',') > -1){
133132
var slugs = [];
134133
var slug_list = slug.split(',');
@@ -825,7 +824,6 @@
825824
col_size = 3;
826825
break;
827826
}
828-
console.log(node);
829827
var markup = '<div class="col-md-'+col_size+'"><div class="thumbnail">';
830828
if(typeof node.current.mediaSource != 'undefined' && node.current.mediaSource.contentType == 'image' && !node.current.mediaSource.isProprietary){
831829
markup += '<img src="' + node.current.sourceFile + '" alt="" class="img-responsive center-block">';

0 commit comments

Comments
 (0)