Browse code

Remove unneeded debugging message

Shawn Webb authored on 2014/12/04 22:19:23
Showing 1 changed files
... ...
@@ -44,7 +44,6 @@
44 44
 static int yc_bounds_check(cli_ctx *ctx, char *base, unsigned int filesize, char *offset, unsigned int bound)
45 45
 {
46 46
       if ((unsigned int)((offset+bound)-base) > filesize) {
47
-          cli_errmsg("yC: Attempted out of bounds. Bailing.\n");
48 47
 #if DO_HEURISTIC
49 48
           cli_append_virus(ctx, "Heuristics.BoundsCheck");
50 49
 #endif