remove inadverdent debugger

This commit is contained in:
John Mitchell 2019-08-22 12:55:54 -04:00 committed by GitHub
parent 605c5784c8
commit 36229d92ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -911,7 +911,6 @@ function(SettingsUtils, i18n, $rootScope) {
function bindPopoverDismiss() {
$('body').one('click.popover' + id_to_close, function(e) {
debugger;
if ($(e.target).parents(id_to_close).length === 0) {
// case: you clicked to open the popover and then you
// clicked outside of it...hide it.