2
0
cxgeorge 23 жил өмнө
parent
commit
30b4fa87d7

+ 0 - 2
panda/src/audiotraits/milesAudioManager.cxx

@@ -47,9 +47,7 @@ void fMilesShutdown(void) {
 
     if (MilesAudioManager::_dls_field!=NULL) {
       HDLSDEVICE dls= NULL;
-      audio_cat->info() << "xxxx m1\n";
       AIL_quick_handles(0, 0, &dls);
-      audio_cat->info() << "dls == 0x" << (void*)dls << endl;
       if(dls!=NULL) {
           AIL_DLS_unload(dls,MilesAudioManager::_dls_field);
       }