Skip to content

Commit 0dffe36

Browse files
committed
removed console log in dev partial
1 parent ceb4bda commit 0dffe36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partial/dev/dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ angular.module('generic.table.dev').controller('DevController',function($scope){
1111
};
1212

1313
$scope.searchTable = function(string){
14-
console.log(string);
14+
//console.log(string);
1515
$scope.$broadcast('gt-search-table:'+$scope.basicTableId,string);
1616
};
1717

0 commit comments

Comments
 (0)