cxgeorge 23 年 前
コミット
30b4fa87d7
1 ファイル変更0 行追加2 行削除
  1. 0 2
      panda/src/audiotraits/milesAudioManager.cxx

+ 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);
       }