Revert "Debug printfs."

This reverts commit 9f82de59a0.

Revert accidental push
This commit is contained in:
Corinna Vinschen
2016-03-20 21:59:43 +01:00
parent 66dc7d731a
commit bf0f4baf95
3 changed files with 2 additions and 21 deletions

View File

@ -90,7 +90,6 @@ fhandler_base::get_readahead ()
/* FIXME - not thread safe */
if (raixget >= ralen)
raixget = raixput = ralen = 0;
debug_printf("available: %d", chret > -1);
return chret;
}