Removed debugging statements

svn path=/trunk/boinc/; revision=16253
This commit is contained in:
Charlie Fenton 2008-10-22 12:30:16 +00:00
parent 7b41ac8f0e
commit d6eea6d46e
1 changed files with 0 additions and 2 deletions

View File

@ -269,7 +269,6 @@ int signof(float x) {
}
if (coveredFreq) {
print_to_log_file("launched gfx app\n");
myWindowNumber = [ myWindow windowNumber ];
windowList[0] = 0;
@ -281,7 +280,6 @@ int signof(float x) {
// Don't waste CPU cycles since our window is obscured by application graphics
newFrequency = coveredFreq;
msg = NULL;
print_to_log_file("Window is covered\n");
}
}
}