mirror of https://github.com/BOINC/boinc.git
Removed debugging statements
svn path=/trunk/boinc/; revision=16253
This commit is contained in:
parent
7b41ac8f0e
commit
d6eea6d46e
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue