Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
e63acdf37a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/framework/framework.cxx

+ 2 - 0
panda/src/framework/framework.cxx

@@ -876,6 +876,7 @@ void event_x(CPT_Event) {
 int framework_main(int argc, char *argv[]) {
 int framework_main(int argc, char *argv[]) {
   pystub();
   pystub();
 
 
+  /*
   // The first thing we should do is to set up a multiplexing Notify.
   // The first thing we should do is to set up a multiplexing Notify.
   MultiplexStream *mstream = new MultiplexStream;
   MultiplexStream *mstream = new MultiplexStream;
   Notify::ptr()->set_ostream_ptr(mstream, true);
   Notify::ptr()->set_ostream_ptr(mstream, true);
@@ -892,6 +893,7 @@ int framework_main(int argc, char *argv[]) {
 	<< "Sending Notify output to " << framework_notify_output << "\n";
 	<< "Sending Notify output to " << framework_notify_output << "\n";
     }
     }
   }
   }
+  */
 
 
   GeomNorms::init_type();
   GeomNorms::init_type();