Revert "24883 transform options test sourceModecheck"

This reverts commit 52ac743b4a.
This commit is contained in:
bsayan2
2025-06-05 21:05:53 +05:30
parent 52ac743b4a
commit ece54e586b

View File

@@ -153,10 +153,7 @@ public class LocalTransformImpl extends AbstractLocalTransform
{ {
transformOptions.put(SOURCE_NODE_REF, sourceNodeRef.toString()); transformOptions.put(SOURCE_NODE_REF, sourceNodeRef.toString());
} }
if (sourceNodeRef != null) // transformOptions.put(SOURCE_FILENAME, transformerDebug.getFilename(sourceNodeRef, true));
{
transformOptions.put(SOURCE_FILENAME, transformerDebug.getFilename(sourceNodeRef, true));
}
// Build an array of option names and values and extract the timeout. // Build an array of option names and values and extract the timeout.
long timeoutMs = 0; long timeoutMs = 0;