summaryrefslogtreecommitdiff
path: root/ractor.c
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-12-21 18:56:46 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2020-12-21 18:56:46 -0500
commit91773ddd261abfc13f8a36d82b9c27a507c7cd81 (patch)
tree02779f65d197208a2e2c4f6d90c1c1fea5e610ce /ractor.c
parent831f7850689c51f8d7b17eb76c7f20b0eda16778 (diff)
Remove debugging code
Diffstat (limited to 'ractor.c')
-rw-r--r--ractor.c1
1 files changed, 0 insertions, 1 deletions
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 {