From b48ce84449eff3b772bb951eb9cba4eb649e619c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 24 Sep 2010 20:46:06 +0900 Subject: [PATCH] Remove debugging code. --- tools/Forge/Bundles/MapEdit/TextureView.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/Forge/Bundles/MapEdit/TextureView.m b/tools/Forge/Bundles/MapEdit/TextureView.m index 6438782b0..03249ef40 100644 --- a/tools/Forge/Bundles/MapEdit/TextureView.m +++ b/tools/Forge/Bundles/MapEdit/TextureView.m @@ -50,10 +50,10 @@ NOTE: I am specifically not using cached image reps, because the data is also ne [[NSColor lightGrayColor] set]; NSRectFill (rects); -Sys_Printf ("TextureView drawRect\n"); + if (!list_i) // WADfile didn't init return self; -Sys_Printf (" ok\n"); + if (deselectIndex != -1) { t =[list_i elementAt:deselectIndex]; r = t->r; @@ -95,9 +95,7 @@ Sys_Printf (" ok\n"); p = t->r.origin; p.y += TEX_SPACING; - Sys_Printf ("tex %4d '%s' %p\n", t->index, t->name, t->image); [t->image drawAtPoint: p]; - Sys_Printf (" ok\n"); x = t->r.origin.x; y = t->r.origin.y + 7; [[NSString stringWithCString: t->name]