IO-3020 IO-3036 Initial removal of ProManager
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
export default function InstanceRenderManager({ executeFunction, rome, promanager, imex, debug, instance, args }) {
|
||||
let propToReturn = null;
|
||||
|
||||
//TODO: Remove after debugging.
|
||||
if (promanager) {
|
||||
console.trace("ProManager Prop was used");
|
||||
}
|
||||
|
||||
switch (instance || import.meta.env.VITE_APP_INSTANCE) {
|
||||
case "IMEX":
|
||||
propToReturn = imex;
|
||||
|
||||
Reference in New Issue
Block a user