diff --git a/mednafen/mempatcher.cpp b/mednafen/mempatcher.cpp index cbc8aaa..0ba77b4 100644 --- a/mednafen/mempatcher.cpp +++ b/mednafen/mempatcher.cpp @@ -372,8 +372,6 @@ static bool TestConditions(const char *string) if(value_at_address | v_value) passed = 0; } - else - puts("Invalid operation"); string = strchr(string, ','); if(string == NULL) break;