summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 5348660b2..a4086830d 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2868,13 +2868,10 @@ app.directive('newsRefreshMasonry', ["$timeout", function ($timeout) {
gutter: 25,
columnWidth: 300
});
- console.log('bubb');
});
};
return function (scope) {
- console.log('loading');
- console.log(scope);
if (scope.$last) {
refresh();
}