diff --git a/dist/autoloader.js b/dist/autoloader.js index 035c5da..e011a29 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Nov 24 2018 16:36:18 GMT+0100 (CET)*/ +/*Generated on:Sat Nov 24 2018 16:37:32 GMT+0100 (CET)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); @@ -6444,7 +6444,6 @@ ADisDB.on("ready", () => { console.log('ADis_CollectPoliceSprechwuensche: add'); var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible'); return MOIODOS.each(function (index) { - console.log('ADis_CollectPoliceSprechwuensche: add', $(this).text().match(/Gefangene sollen abtransportiert werden/g)); if ($(this).text().match(/Gefangene sollen abtransportiert werden/g)) { var MissionID = $(this).attr("mission_id"); ADis_AddPoliceSprechwunschToQueue(MissionID); diff --git a/dist/standalone.js b/dist/standalone.js index f8c9726..cd377e6 100644 --- a/dist/standalone.js +++ b/dist/standalone.js @@ -1,4 +1,4 @@ -/*Generated on:Sat Nov 24 2018 16:36:18 GMT+0100 (CET)*/ +/*Generated on:Sat Nov 24 2018 16:37:32 GMT+0100 (CET)*/ function includesString(string1, string2) { return string1.toLowerCase().includes(string2.toLowerCase()); } diff --git a/script/sprechwunsch/police-opener.js b/script/sprechwunsch/police-opener.js index 1f18f8a..944debf 100755 --- a/script/sprechwunsch/police-opener.js +++ b/script/sprechwunsch/police-opener.js @@ -28,7 +28,6 @@ function ADis_CollectPoliceSprechwuensche() { console.log('ADis_CollectPoliceSprechwuensche: add'); var MOIODOS = $('div#mission_list div.missionSideBarEntry:visible'); return MOIODOS.each(function (index) { - console.log('ADis_CollectPoliceSprechwuensche: add', $(this).text().match(/Gefangene sollen abtransportiert werden/g)); if ($(this).text().match(/Gefangene sollen abtransportiert werden/g)) { var MissionID = $(this).attr("mission_id"); ADis_AddPoliceSprechwunschToQueue(MissionID);