Skip to content
Snippets Groups Projects
Commit 59959dcc authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove debug crap.

parent b66b3b2e
No related branches found
No related tags found
No related merge requests found
......@@ -420,11 +420,9 @@ DLLCALL xptone_open_locked(void)
xptone(0, 1, WAVE_SHAPE_SQUARE);
pthread_mutex_lock(&handle_mutex);
if (pulseaudio_device_open_failed) {
fprintf(stderr, "Pulse broke\n");
handle_type = SOUND_DEVICE_CLOSED;
}
else {
fprintf(stderr, "Using pulse\n");
return(TRUE);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment