summaryrefslogtreecommitdiff
path: root/public/assets/js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js')
-rw-r--r--public/assets/js/lib/views/stream/hootfilters.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/stream/hootfilters.js b/public/assets/js/lib/views/stream/hootfilters.js
index f1cf107..2f4e4ac 100644
--- a/public/assets/js/lib/views/stream/hootfilters.js
+++ b/public/assets/js/lib/views/stream/hootfilters.js
@@ -76,7 +76,6 @@ var HootFilters = View.extend({
classicHref = `/profile/${target.username}`;
classicText = "profile";
}
- console.log(classicHref, classicText);
this.$classicLink.show();
this.$classicLink.find("a").attr("href", classicHref).html(classicText);
} else {