summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-05-20 08:00:23 +0300
committerAndrew Dolgov <[email protected]>2019-05-20 08:00:23 +0300
commit079ef15b1b4d718249cae581be0f2220da3d21fe (patch)
tree946aa92b320f10979b71a3ddd89020594b5fd012 /js
parent905f0386101512822cb145b6c9dfec5658565ff9 (diff)
previous: remove unused debugging line
Diffstat (limited to 'js')
-rw-r--r--js/Feeds.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 459ccc4dd..07ec89452 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -567,8 +567,6 @@ define(["dojo/_base/declare"], function (declare) {
const tmph = dojo.connect(dialog, 'onLoad', function () {
dojo.disconnect(tmph);
- console.log('S_onload');
-
if (Feeds._search_query) {
if (Feeds._search_query.query)
dijit.byId('search_query')