Interesting Question @1spatialdave
I'm following now to see updates :)
I was able to remove the Reprojector by commenting out the transformer name lines for every version, in the "fmesuite.fmx". Like this.
#TRANSFORMER_NAME: Reprojector
Note: If you have saved a backup file for the original "fmesuite.fmx" with the extension ".fmx" in the "<FME_HOME>/transformers" folder, FME Workbnech seems to still load the transformer definition from the backup. Change the extension of the backup or save it into other location.
I was able to remove the Reprojector by commenting out the transformer name lines for every version, in the "fmesuite.fmx". Like this.
#TRANSFORMER_NAME: Reprojector
Note: If you have saved a backup file for the original "fmesuite.fmx" with the extension ".fmx" in the "<FME_HOME>/transformers" folder, FME Workbnech seems to still load the transformer definition from the backup. Change the extension of the backup or save it into other location.
Thanks @takashi you correctly predicted my error. I had a backup file with a different name but the same extension and thats why my edits weren't being applied. As usual, thanks!