Removed debug output which would get annoying soon.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38348 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b707be21d2
commit
593d6e6786
@ -577,8 +577,6 @@ AddOnManager::_FindDecoder(const media_format& format, const BPath& path,
|
||||
BDirectory directory;
|
||||
if (directory.SetTo(path.Path()) != B_OK
|
||||
|| directory.GetNodeRef(&nref) != B_OK) {
|
||||
printf("AddOnManager::_FindDecoder() - failed to init BDirectory "
|
||||
"for %s\n", path.Path());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user