remove debug - iomenu - interactive terminal-based selection menu
 (HTM) git clone git://bitreich.org/iomenu git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/iomenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7ffa2976a3b8c78a0eb5a4158d9dc7528d563c73
 (DIR) parent 9747f2c9e90a2160e5578b80aa3b91101d338120
 (HTM) Author: Josuah Demangeon <mail@josuah.net>
       Date:   Tue,  6 Mar 2018 14:19:42 +0100
       
       remove debug
       
       Diffstat:
         M iomenu.c                            |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/iomenu.c b/iomenu.c
       @@ -247,8 +247,6 @@ key(int k)
                extern        int          linec;
        
        top:
       -        printf("{%d}", k);
       -        fflush(stdout);
                switch (k) {
                case CTL('C'):
                        return -1;