[App] clean AppJtReader.cpp (#15626)

Clean code
This commit is contained in:
mosfet80
2024-11-22 18:25:42 +01:00
committed by GitHub
parent 3fa067c632
commit cf64d095ec

View File

@@ -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);