Remove debug statement.
authorphil@softsynth.com <phil@softsynth.com@b0a0988d-7f52-0410-8c73-4f6cdee1a2cf>
Mon, 21 Jul 2008 22:26:04 +0000 (22:26 +0000)
committerphil@softsynth.com <phil@softsynth.com@b0a0988d-7f52-0410-8c73-4f6cdee1a2cf>
Mon, 21 Jul 2008 22:26:04 +0000 (22:26 +0000)
csrc/pf_inner.c

index 763b879..7b2da55 100644 (file)
@@ -924,7 +924,7 @@ DBUG(("XX ah,m,l = 0x%8x,%8x,%8x - qh,l = 0x%8x,%8x\n", ah,am,al, qh,ql ));
                                const char *famText = pfSelectFileModeCreate( TOS );\r
                                pfCopyMemory( gScratch, (char *) Temp, (uint32) Scratch );\r
                                gScratch[Scratch] = '\0';\r
                                const char *famText = pfSelectFileModeCreate( TOS );\r
                                pfCopyMemory( gScratch, (char *) Temp, (uint32) Scratch );\r
                                gScratch[Scratch] = '\0';\r
-                               PRT(("Create file = %s with famTxt %s\n", gScratch, famText ));\r
+                               DBUG(("Create file = %s with famTxt %s\n", gScratch, famText ));\r
                                FileID = sdOpenFile( gScratch, famText );\r
                                TOS = ( FileID == NULL ) ? -1 : 0 ;\r
                                M_PUSH( (cell) FileID );\r
                                FileID = sdOpenFile( gScratch, famText );\r
                                TOS = ( FileID == NULL ) ? -1 : 0 ;\r
                                M_PUSH( (cell) FileID );\r