remove accidentally introduced debug code
This commit is contained in:
parent
b4f58ea300
commit
a1246270c5
2
debug.c
2
debug.c
@ -292,7 +292,7 @@ setup_debug_log(void)
|
||||
const char *log_config = getenv("RUBY_DEBUG_LOG");
|
||||
if (log_config) {
|
||||
fprintf(stderr, "RUBY_DEBUG_LOG=%s\n", log_config);
|
||||
unsetenv("RUBY_DEBUG_LOG");
|
||||
|
||||
if (strcmp(log_config, "mem") == 0) {
|
||||
debug_log.mem = (char *)malloc(MAX_DEBUG_LOG * MAX_DEBUG_LOG_MESSAGE_LEN);
|
||||
if (debug_log.mem == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user