[project @ 2000-04-28 13:09:19 by sewardj]
authorsewardj <unknown>
Fri, 28 Apr 2000 13:09:19 +0000 (13:09 +0000)
committersewardj <unknown>
Fri, 28 Apr 2000 13:09:19 +0000 (13:09 +0000)
Remove some debug printing.

ghc/interpreter/object.c

index e676f59..75a1b7f 100644 (file)
@@ -81,9 +81,6 @@ ObjectCode*  ocNew ( void   (*errMsg)(char*),
    oc->sizesectionTab    = 0;
    oc->usedsectionTab    = 0;
    oc->next              = NULL;
-fprintf ( stderr, "ocNew: loading into %10p .. %10p (%d)\n", 
-          ((char*)(oc->oImage)),
-          ((char*)(oc->oImage)) + objFileSize - 1, objFileSize );
    return oc;
 }