From 32ff3c97a7980b62e98fb9696f1f9dc891262eab Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sat, 21 May 2011 23:21:41 +0100 Subject: [PATCH] Remove a couple of debug traces. --- TODO.txt | 1 + net/systemeD/halcyon/Map.as | 1 - net/systemeD/halcyon/connection/XMLConnection.as | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 91b3fe81..9566d4df 100644 --- a/TODO.txt +++ b/TODO.txt @@ -5,6 +5,7 @@ Potlatch 2: main outstanding issues * P1-style J (join) * Doing a '-' to remove a point from a junction doesn't redraw the point on other ways +* Circularise doesn't redraw the nodes on the selected way == Vector background layers == diff --git a/net/systemeD/halcyon/Map.as b/net/systemeD/halcyon/Map.as index a2299f8a..e24a6ce6 100644 --- a/net/systemeD/halcyon/Map.as +++ b/net/systemeD/halcyon/Map.as @@ -224,7 +224,6 @@ package net.systemeD.halcyon { * The bounding box for the download is taken from the current map edges. */ public function download():void { -trace("download "+edge_l+","+edge_r+","+edge_t+","+edge_b) this.dispatchEvent(new MapEvent(MapEvent.DOWNLOAD, {minlon:edge_l, maxlon:edge_r, maxlat:edge_t, minlat:edge_b} )); for (var i:uint=0; i