Remove console.info of the over canvasdesigner element
This commit is contained in:
@@ -99,7 +99,7 @@ var initIntelCanvasdesigner = function (canvasdesignerModel) {
|
||||
if (target.attr('canvasdesigner-over') != undefined && target.attr('canvasdesigner-over') != '') {
|
||||
target.unbind();
|
||||
outlinePosition(target);
|
||||
console.info(target.attr('canvasdesigner-over-name'));
|
||||
|
||||
parent.onMouseoverCanvasdesignerItem(target.attr('canvasdesigner-over-name'), target);
|
||||
|
||||
target.click(function (e) {
|
||||
|
||||
Reference in New Issue
Block a user