diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-16 22:43:34 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-07-16 22:43:34 -0700 | 
| commit | 1681c57cbbfc5214dbc2a519e54ce9f29ffe3921 (patch) | |
| tree | 38c74761de6b52794692befa45ff5ab3dd9f1b89 /altosui/AltosSiteMapPreload.java | |
| parent | 0a4d934f6e2914bfe2d965630543f029a1576c11 (diff) | |
altosui: Remove a bunch of sitemap debugging printfs
Seems to work, let's get less chatty
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosSiteMapPreload.java')
| -rw-r--r-- | altosui/AltosSiteMapPreload.java | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/altosui/AltosSiteMapPreload.java b/altosui/AltosSiteMapPreload.java index 25133435..c97f081c 100644 --- a/altosui/AltosSiteMapPreload.java +++ b/altosui/AltosSiteMapPreload.java @@ -145,7 +145,6 @@ public class AltosSiteMapPreload extends JDialog implements ActionListener {  		public updatePbar(int x, int y, String in_s) {  			n = (x + radius) + (y + radius) * width + 1; -			System.out.printf("update pbar %d\n", n);  			s = in_s;  		} | 
