From 43576fd35ba08adcf396af0684c841c9f85bc161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 9 Nov 2004 13:57:03 +0000 Subject: [PATCH] Removed some debugging output that shouldn't have made it into the repository. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9886 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kernel/core/module.c b/src/kernel/core/module.c index 434249fe47..a64e12330e 100644 --- a/src/kernel/core/module.c +++ b/src/kernel/core/module.c @@ -659,7 +659,6 @@ init_module(module *module) // init module -dprintf("module = %p, info = %p\n", module, module->info); TRACE(("initializing module %s (at %p)... \n", module->name, module->info->std_ops)); status = module->info->std_ops(B_MODULE_INIT); TRACE(("...done (%s)\n", strerror(status)));