[gnome-maps/wip/routing2] fixupRouteService



commit bf47492e4c99fabbd9dd0ed6cc879341f6a33ef7
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Sat May 24 00:40:56 2014 +0100

    fixupRouteService

 src/routeService.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/routeService.js b/src/routeService.js
index c0e2103..2cba681 100644
--- a/src/routeService.js
+++ b/src/routeService.js
@@ -106,7 +106,6 @@ const GraphHopper = new Lang.Class({
     },
 
     _parseMessage: function({ status_code, response_body, uri }) {
-        log("TEST: " + uri.to_string());
         if (status_code === 200)
             return JSON.parse(response_body.data);
 
@@ -115,7 +114,7 @@ const GraphHopper = new Lang.Class({
                 + "This is most likely a bug in GraphHopper");
             log("Please file a bug at https://github.com/graphhopper/graphhopper/issues\n";
                 + "with the the following Graphopper request URL included:\n");
-            log("");
+            log(uri.to_string(false));
         }
         return null;
     },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]