diff options
author | James Booth <boothj5@gmail.com> | 2015-02-05 01:00:06 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-02-05 01:00:06 +0000 |
commit | 113cb6cf9a26fd8518ccfcf07207ddb69f2f2f84 (patch) | |
tree | cf8b3b0b3d7c795abe36ee24369d817eea30a04c /src/ui | |
parent | a70aa0255fc438894e563f80dfb4ab88278a1118 (diff) | |
download | profani-tty-113cb6cf9a26fd8518ccfcf07207ddb69f2f2f84.tar.gz |
Removed debug logging
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/inputwin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index 5f13377a..b3216a16 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -223,8 +223,6 @@ inp_nonblocking(gboolean reset) } } } - - log_info("Timeout: %d", inp_timeout); } void |