Remove debugging printf from match_strval_ext_init()

svn path=/trunk/; revision=32903
This commit is contained in:
Gerasimos Dimitriadis 2010-05-19 22:09:07 +00:00
parent f40e47b4c0
commit df3a43e0e5
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ match_strval_ext_init(const guint32 val, value_string_ext *vse)
break;
}
printf("%p: %d\n", vse, type);
return vse->match(val, vse);
}