From be791a55506c1986606c3ab6c3694484f50a2188 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 7 Feb 2012 16:42:11 +0000 Subject: still wonky paths --- parsecalldata.pde | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'parsecalldata.pde') diff --git a/parsecalldata.pde b/parsecalldata.pde index 4247041..f346381 100644 --- a/parsecalldata.pde +++ b/parsecalldata.pde @@ -64,10 +64,11 @@ class calldata { } } } - for (int i=0; i < countries.size(); i++) { - countries.get(i).printOut(); - } - + if (DEBUG) { + for (int i=0; i < countries.size(); i++) { + countries.get(i).printOut(); + } + } } country getcountry(int w) { return countries.get(w); -- cgit v1.2.3