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