Kaynağa Gözat

removed console.log

tags/v0.5.0
Robin Thoni 7 yıl önce
ebeveyn
işleme
83e4b51ef8

+ 1
- 3
sdk/Business/listcontrollerbuilder.business.js Dosyayı Görüntüle

@@ -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…
İptal
Kaydet