Skip to content

Commit 18cf65d

Browse files
committed
Remove a stray print statement
1 parent a068b94 commit 18cf65d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opal/mca/patcher/base/patcher_base_patch.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ int mca_patcher_base_patch_hook (mca_patcher_base_module_t *module, uintptr_t ho
146146
const unsigned int nop = 0x60000000;
147147
unsigned int *nop_addr;
148148

149-
fprintf (stderr, "Patching hook @ 0x%lx\n", hook_addr);
150-
151149
hook_patch = OBJ_NEW(mca_patcher_base_patch_t);
152150
if (OPAL_UNLIKELY(NULL == hook_patch)) {
153151
return OPAL_ERR_OUT_OF_RESOURCE;

0 commit comments

Comments
 (0)