From 8269f2d3dbef7e3c97ede2407cae94bb31550cea Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 21 Jan 2003 00:27:24 +0000 Subject: [PATCH] Remove stray debugging printfs. git-svn-id: svn://svn.tartarus.org/sgt/putty@2670 cda61777-01e9-0310-a592-d414129be87e --- mac/macstore.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mac/macstore.c b/mac/macstore.c index 75c88763..29e9f365 100644 --- a/mac/macstore.c +++ b/mac/macstore.c @@ -1,4 +1,4 @@ -/* $Id: macstore.c,v 1.11 2003/01/18 20:09:21 ben Exp $ */ +/* $Id: macstore.c,v 1.12 2003/01/21 00:27:24 ben Exp $ */ /* * macstore.c: Macintosh-specific impementation of the interface @@ -99,7 +99,6 @@ static OSErr copy_resource(ResType restype, short resid) Handle h; Str255 resname; - fprintf(stderr, "getting resource %x, id %d\n", restype, resid); h = GetResource(restype, resid); if (h != NULL) { GetResInfo(h, &resid, &restype, resname); @@ -108,7 +107,6 @@ static OSErr copy_resource(ResType restype, short resid) if (ResError() == noErr) WriteResource(h); } - fprintf(stderr, "ResError() == %d\n", ResError()); return ResError(); } -- 2.11.0