summaryrefslogtreecommitdiff
path: root/parsecalldata.pde
diff options
context:
space:
mode:
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);