aboutsummaryrefslogtreecommitdiff
path: root/content/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'content/main.js')
-rw-r--r--content/main.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/main.js b/content/main.js
index 437a32b..8f8375e 100644
--- a/content/main.js
+++ b/content/main.js
@@ -20,7 +20,6 @@
* IMPORT is_chrome
* IMPORT is_mozilla
* IMPORT start_activity_info_server
- * IMPORT set_repo_query_url
* IMPORTS_END
*/
@@ -130,6 +129,4 @@ if (!is_privileged_url(document.URL)) {
}
start_activity_info_server();
-
- set_repo_query_url(document.URL);
}