From 27675107eef29c4dc718f75d19daf4543304f512 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Mon, 25 Feb 2013 17:50:23 +0100 Subject: [PATCH] more console logs for debugging purpose --- scripts/haltestellen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/haltestellen.js b/scripts/haltestellen.js index d600671..8becae7 100644 --- a/scripts/haltestellen.js +++ b/scripts/haltestellen.js @@ -98,9 +98,9 @@ function ajaxCall(dataUrl, outputElement, callback) { for (i = 0; i < dataLength; i++) { htmlOutput += ""; var trala = data[i].split(","); - console.log("part " + i + " of parsed data: " + data) + console.log("part " + i + " of parsed data: " + data); for (y = 0; y < 3; y++) { - console.log("part " + y + ": " + data[y]) + console.log("part " + y + ": " + data[y]); htmlOutput += "" + data[y].slice(1,-1) + ""; } htmlOutput += "";