Skip to content

Commit 4de2745

Browse files
author
Orestis Tsakiridis
committed
Removed console.log message when dropping Say verb
Fixes #220
1 parent cab9c61 commit 4de2745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

designer/src/main/webapp/js/lib/basic-dragdrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ angular.module('basicDragdrop', [])
9999
if ( attrs.dragModel ) {
100100
//console.log("setting dragModel to " + attrs.dragModel);
101101
dragModel = scope.$eval(attrs.dragModel);
102-
console.log( dragModel );
102+
//console.log( dragModel );
103103
}
104104
var dragId = dragService.newDrag(dragModel);
105105
//console.log( "created new drag: " + dragId );

0 commit comments

Comments
 (0)