removed debug outputs

This commit is contained in:
Felix Favre 2014-06-07 18:36:07 +02:00
parent efc93bdc6a
commit 03f9a6ff60

View file

@ -15,8 +15,6 @@ int main() {
puts("Error");
return -1;
} else {
puts(password);
puts(*my_string);
if (strcmp(*my_string, password) == 0) {
puts("Success");
return 0;