mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Remove debug printing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user