We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d82da6 commit a75fd11Copy full SHA for a75fd11
src/chrome/content/code/HTTPSRules.js
@@ -421,11 +421,6 @@ const HTTPSRules = {
421
var t2 = new Date().getTime();
422
this.log(NOTE,"Loading targets took " + (t2 - t1) / 1000.0 + " seconds");
423
424
- var gitCommitQuery = rulesetDBConn.createStatement("select git_commit from git_commit");
425
- if (gitCommitQuery.executeStep()) {
426
- this.GITCommitID = gitCommitQuery.row.git_commit;
427
- }
428
-
429
try {
430
if (HTTPSEverywhere.instance.prefs.getBoolPref("performance_tests")) {
431
this.testRulesetRetrievalPerformance();
0 commit comments