From 2060088c6b643d8bb2a39cb9d4c18064ed378216 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Mon, 23 Apr 2012 09:58:34 +0100 Subject: [PATCH] finished making jsonp parameter names interchangeable --- WebContent/utils/OSRM.JSONP.js | 1 - 1 file changed, 1 deletion(-) diff --git a/WebContent/utils/OSRM.JSONP.js b/WebContent/utils/OSRM.JSONP.js index cd039987c..4d7d5fdc1 100644 --- a/WebContent/utils/OSRM.JSONP.js +++ b/WebContent/utils/OSRM.JSONP.js @@ -41,7 +41,6 @@ OSRM.JSONP = { // wrap timeout function OSRM.JSONP.timeouts[id] = function(response) { - console.log("timeout",id); try { timeout_function(response, parameters); } finally {