mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Remove a debug printf
This commit is contained in:
parent
742788b737
commit
d76fd59a7e
@ -4908,7 +4908,6 @@ static uint64_t
|
||||
config_parse_memunit(const char *s, int *ok)
|
||||
{
|
||||
uint64_t u = config_parse_units(s, memory_units, ok);
|
||||
printf("%s -> %d\n", s, (int)u);
|
||||
return u;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user