Skip to content

Commit

Permalink
Clean up errant debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Sep 8, 2020
1 parent 8467f2b commit a2edeec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/timezone_detect.js
Expand Up @@ -23,7 +23,6 @@ jQuery(document).ready(function () {
});

// Set any timezone select on this page to the detected timezone.
console.log(tz.name());
jQuery('select[name="timezone"] > option[value="' + tz.name() + '"]')
.closest('select')
.val(tz.name());
Expand Down

0 comments on commit a2edeec

Please sign in to comment.