Comment out debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29491 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-03-13 16:50:47 +00:00
parent cb6a084f20
commit acef747411
+1 -1
View File
@@ -678,7 +678,7 @@ ActivityView::RemoveDataSource(const DataSource* remove)
while (true) {
DataSource* source = FindDataSource(remove);
debug_printf("SEARCH %s, found %p\n", remove->Name(), source);
//debug_printf("SEARCH %s, found %p\n", remove->Name(), source);
if (source == NULL) {
if (removed)
break;