Browse Source

removed console.log

tags/v0.5.0
Robin Thoni 7 years ago
parent
commit
83e4b51ef8
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      sdk/Business/listcontrollerbuilder.business.js

+ 1
- 3
sdk/Business/listcontrollerbuilder.business.js View File

@@ -86,9 +86,7 @@
86 86
 
87 87
                     $scope.editItem = function(item)
88 88
                     {
89
-                        ItemsBusiness.editDialog(item, true).then(function(data) {
90
-                            console.log(item, data);
91
-                        }, function (error) {});
89
+                        ItemsBusiness.editDialog(item, true).then(function(data) {}, function (error) {});
92 90
                     };
93 91
 
94 92
                     $scope.askRemoveOne = function (item) {

Loading…
Cancel
Save