diff --git a/src/ipc/context.cr b/src/ipc/context.cr index 538f794..b16d19e 100644 --- a/src/ipc/context.cr +++ b/src/ipc/context.cr @@ -154,7 +154,6 @@ class IPC::Context end def pp - ctx = @context - LibIPC.ipc_ctx_print Pointer(ctx) + LibIPC.ipc_ctx_print self.pointer end end