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:
@@ -577,8 +577,6 @@ AddOnManager::_FindDecoder(const media_format& format, const BPath& path,
|
|||||||
BDirectory directory;
|
BDirectory directory;
|
||||||
if (directory.SetTo(path.Path()) != B_OK
|
if (directory.SetTo(path.Path()) != B_OK
|
||||||
|| directory.GetNodeRef(&nref) != B_OK) {
|
|| directory.GetNodeRef(&nref) != B_OK) {
|
||||||
printf("AddOnManager::_FindDecoder() - failed to init BDirectory "
|
|
||||||
"for %s\n", path.Path());
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user