ソースを参照

minor cleanup

David Rose 16 年 前
コミット
db1043fc09
1 ファイル変更0 行追加3 行削除
  1. 0 3
      direct/src/plugin_npapi/ppInstance.cxx

+ 0 - 3
direct/src/plugin_npapi/ppInstance.cxx

@@ -403,10 +403,7 @@ create_instance() {
     return;
   }
 
-  logfile << "within " << this << ", creating new instance\n" << flush;
   _p3d_inst = P3D_new_instance(request_ready, this);
-  logfile << "within " << this << ", created new instance " << _p3d_inst 
-          << "\n" << flush;
 
   if (_p3d_inst != NULL) {
     const P3D_token *tokens = NULL;