diff --git a/src/Mod/JtReader/App/AppJtReader.cpp b/src/Mod/JtReader/App/AppJtReader.cpp index 3918ea2cdf..f00d81eac1 100644 --- a/src/Mod/JtReader/App/AppJtReader.cpp +++ b/src/Mod/JtReader/App/AppJtReader.cpp @@ -38,16 +38,6 @@ PyMOD_INIT_FUNC(JtReader) // load dependent module Base::Interpreter().loadModule("Mesh"); - // Initialize JtTk - // JtkEntityFactory::init(); - - // Note, non-evaluation JT Open Toolkit licensees must uncomment the - // following line, inserting their "Sold_To_ID". Each licensee has a - // unique Sold_To_ID issued by UGS Corp. - // - // JtkEntityFactory::registerCustomer( 1103193 ); - // JtkEntityFactory::registerCustomer(1103103); - Base::Console().Log("Loading JtReader module... done\n"); PyMOD_Return(jtReaderModule);