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:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user