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
This commit is contained in:
Axel Dörfler
2004-11-09 13:57:03 +00:00
parent 3407cab7da
commit 43576fd35b
-1
View File
@@ -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)));