diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-09-01 14:54:14 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-09-01 21:58:11 +0200 |
commit | d76fd59a7ee49b36591708070d1e50d8a50c67d0 (patch) | |
tree | 77bfba0dd3c161c50a53e16842d752a5a7c0a22c | |
parent | 742788b737c98b2c775f8e14772753d10add21c5 (diff) | |
download | tor-d76fd59a7ee49b36591708070d1e50d8a50c67d0.tar.gz tor-d76fd59a7ee49b36591708070d1e50d8a50c67d0.zip |
Remove a debug printf
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index b475a333fb..68df8cbc3e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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; } |