Skip to content

Commit

Permalink
HPCC-30292 Remove spurious podName logging
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <[email protected]>
  • Loading branch information
jakesmith committed Sep 14, 2023
1 parent d6df470 commit 45b9b9d
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 45b9b9d

Please sign in to comment.