Skip to content
Snippets Groups Projects
Commit 87300d33 authored by srosse's avatar srosse
Browse files

OO-4102: remove console.log

parent 33c7c79d
No related branches found
No related tags found
No related merge requests found
......@@ -115,8 +115,6 @@
height = parseInt(parts[3]) - top - 3;
}
console.log(coords, left, top, width, height);
var nodes = jQuery("#" + id).height(height + 'px').width(width + 'px')
.css('top', top + 'px').css('left', left + 'px');
if(this.settings.resize) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment