Skip to content

Commit

Permalink
Merge pull request #17772 from jakesmith/HPCC-30292-remove-podName-log
Browse files Browse the repository at this point in the history
HPCC-30292 Remove spurious podName logging

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Sep 15, 2023
2 parents 250e730 + 45b9b9d commit f49ad74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/jlib/jcontainerized.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ MODULE_INIT(INIT_PRIORITY_STANDARD)
return;
// process pod information from environment
getEnvVar("MY_POD_NAME", myPodName.clear());
PROGLOG("The podName = %s", myPodName.str());
};
if (isContainerized())
podInfoInitCBId = installConfigUpdateHook(updateFunc, true);
Expand Down

0 comments on commit f49ad74

Please sign in to comment.