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:
@@ -678,7 +678,7 @@ ActivityView::RemoveDataSource(const DataSource* remove)
|
|||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
DataSource* source = FindDataSource(remove);
|
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 (source == NULL) {
|
||||||
if (removed)
|
if (removed)
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user