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:
Stephan Aßmus 2010-08-25 09:10:21 +00:00
parent b707be21d2
commit 593d6e6786

View File

@ -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;
}