From 91773ddd261abfc13f8a36d82b9c27a507c7cd81 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Mon, 21 Dec 2020 18:56:46 -0500 Subject: [PATCH] Remove debugging code --- ractor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ractor.c b/ractor.c index 35fbc89a29..a4ece101a1 100644 --- a/ractor.c +++ b/ractor.c @@ -3135,7 +3135,6 @@ ractor_local_value(rb_execution_context_t *ec, VALUE self, VALUE sym) VALUE val; if (id && tbl && rb_id_table_lookup(tbl, id, &val)) { - rp(val); return val; } else {