summaryrefslogtreecommitdiff
path: root/parsecalldata.pde
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-02-07 16:42:11 +0000
committerTim Redfern <tim@eclectronics.org>2012-02-07 16:42:11 +0000
commitbe791a55506c1986606c3ab6c3694484f50a2188 (patch)
treee915026cc95df685af5f39b85b66dff81c4b763b /parsecalldata.pde
parent0112f6b9c24746c126e3f2a02997b3809d501579 (diff)
still wonky paths
Diffstat (limited to 'parsecalldata.pde')
-rw-r--r--parsecalldata.pde9
1 files changed, 5 insertions, 4 deletions
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);