remove just annoying debugger call

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5763 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-12-26 14:33:55 +00:00
parent fac65e8045
commit 0b18a76480
-1
View File
@@ -85,7 +85,6 @@ FormatManager::GetDescriptionForFormat(media_format_description *out_description
}
break;
case B_MEDIA_UNKNOWN_TYPE:
debugger("FormatManager::GetDescriptionForFormat");
strcpy(out_description->u.meta.description, "unknown");
break;
default: