Remove debug output

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15798 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2006-01-02 15:11:11 +00:00
parent bf9071ee27
commit 598ed29546

View File

@ -84,7 +84,6 @@ BPicture::BPicture(const BPicture &otherPicture)
return;
}
printf("Shouldn't be here\n");
if (otherPicture.extent->fNewData != NULL) {
extent->fNewSize = otherPicture.extent->fNewSize;
extent->fNewData = malloc(extent->fNewSize);