diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html
index 243ff53..d95bf38 100644
--- a/pagure/templates/issue.html
+++ b/pagure/templates/issue.html
@@ -855,7 +855,6 @@ $( document ).ready(function() {
{% if authenticated %}
function set_up_subcribed() {
$("#subcribe-btn").click(function(){
- console.log('click');
var _url = "{{ url_for(
'api_ns.api_subscribe_issue',
repo=repo.name,