From 23ca80030e5c7b16c7745219b1c81e82f3cfebde Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Sun, 15 Apr 2012 19:35:50 +0200 Subject: [PATCH] disabled printing for this release --- WebContent/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/main.js b/WebContent/main.js index 99ec8530e..2c0e81b0f 100644 --- a/WebContent/main.js +++ b/WebContent/main.js @@ -27,7 +27,7 @@ OSRM.init = function() { OSRM.Localization.init(); OSRM.GUI.init(); OSRM.Map.init(); - OSRM.Printing.init(); + //OSRM.Printing.init(); OSRM.Routing.init(); // check if the URL contains some GET parameter, e.g. for showing a route