- client: remove accidental debug stuff

svn path=/trunk/boinc/; revision=15669
This commit is contained in:
David Anderson 2008-07-24 19:05:26 +00:00
parent 7686a1ca16
commit cd2c51770f
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@
#include <unistd.h>
#include <cerrno>
#include <sys/stat.h>
#include <string>
#endif
#ifdef __EMX__

View File

@ -235,7 +235,7 @@ int CLIENT_STATE::init() {
for (i=0; i<strs.size(); i++) {
msg_printf(NULL, MSG_INFO, strs[i].c_str());
}
#if 1
#if 0
fake_cuda(coprocs, 2);
#endif
if (coprocs.coprocs.size() == 0) {