From: sewardj Date: Fri, 28 Apr 2000 13:09:19 +0000 (+0000) Subject: [project @ 2000-04-28 13:09:19 by sewardj] X-Git-Tag: Approximately_9120_patches~4580 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1802983c58844444f7aa76d2f371bba22fd4f950;p=ghc-hetmet.git [project @ 2000-04-28 13:09:19 by sewardj] Remove some debug printing. --- diff --git a/ghc/interpreter/object.c b/ghc/interpreter/object.c index e676f59..75a1b7f 100644 --- a/ghc/interpreter/object.c +++ b/ghc/interpreter/object.c @@ -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; }