]> granicus.if.org Git - file/commitdiff
remove debugging printf
authorChristos Zoulas <christos@zoulas.com>
Mon, 20 Aug 2018 12:21:39 +0000 (12:21 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 20 Aug 2018 12:21:39 +0000 (12:21 +0000)
src/softmagic.c

index 735bfdd7b500521b7b06eba545f282b090cdc1c6..ac86d92d0781905298495dcfdb31bc8bb4c745e5 100644 (file)
@@ -32,7 +32,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: softmagic.c,v 1.267 2018/08/20 12:17:30 christos Exp $")
+FILE_RCSID("@(#)$File: softmagic.c,v 1.268 2018/08/20 12:21:39 christos Exp $")
 #endif /* lint */
 
 #include "magic.h"
@@ -2211,7 +2211,6 @@ handle_annotation(struct magic_set *ms, struct magic *m, int firstline,
        }
        if (!*m->desc || name_count)
                return 0;
-printf("doing default for [%s]\n", m->desc);
        return file_default(ms, 1);
 }