removed debug

This commit is contained in:
Federico Ponchio 2012-06-15 10:58:19 +00:00
parent af15a07c0f
commit 8e162f62fc
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ protected:
s_curr -= size; s_curr -= size;
input->heap.push(remove); input->heap.push(remove);
} }
cout << "Removing something (what?)\n";
return true; return true;
} }
return false; return false;