Remove debug printing

This commit is contained in:
Arik Fraimovich
2014-05-19 16:29:31 +03:00
parent 30f98e9796
commit 914378cc65

View File

@@ -42,7 +42,6 @@
return {
restrict: 'A',
link: function (scope, element) {
console.log('hello world');
scope.$watch('queryResult && queryResult.getData()', function(data) {
if (!data) {
return;