Skip to content

Commit

Permalink
removed debugger
Browse files Browse the repository at this point in the history
not a new version #
  • Loading branch information
mapomatic authored Sep 26, 2017
1 parent 0fc191d commit 25a7e41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WME-Place-Harmonizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,6 @@
} else if (hpMode.hlFlag) {
PNHMatchData = ['Highlight'];
}
debugger;
PNHNameRegMatch = false;
if (PNHMatchData[0] !== "NoMatch" && PNHMatchData[0] !== "ApprovalNeeded" && PNHMatchData[0] !== "Highlight" ) { // *** Replace place data with PNH data
PNHNameRegMatch = true;
Expand Down Expand Up @@ -3096,7 +3095,6 @@

// name parsing with category exceptions
if (["HOTEL"].indexOf(priPNHPlaceCat) > -1) {
debugger;
if (newName.toUpperCase() === PNHMatchData[ph_name_ix].toUpperCase()) { // If no localization
bannButt.catHotel.message = 'Check hotel website for any name localization (e.g. '+ PNHMatchData[ph_name_ix] +' - Tampa Airport).';
bannButt.catHotel.active = true;
Expand Down Expand Up @@ -3132,7 +3130,6 @@
}
// Set hotel hours to 24/7 for all hotels.
if (!bannServ.add247.checked) {
debugger;
bannServ.add247.action();
}
} else if ( ["BANK_FINANCIAL"].indexOf(priPNHPlaceCat) > -1 && PNHMatchData[ph_speccase_ix].indexOf('notABank') === -1 ) {
Expand Down

0 comments on commit 25a7e41

Please sign in to comment.