Skip to content

Commit 6b127e2

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(ui-grid-util.js): Comment out log statement.
fix #5662
1 parent 43b313f commit 6b127e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core/services/ui-grid-util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ module.service('gridUtil', ['$log', '$window', '$document', '$http', '$templateC
365365
//do nothing; not valid html
366366
}
367367

368-
s.logDebug('fetching url', template);
368+
// s.logDebug('fetching url', template);
369369

370370
// Default to trying to fetch the template as a url with $http
371371
return $http({ method: 'GET', url: template})

0 commit comments

Comments
 (0)