removed debug outputs
This commit is contained in:
parent
efc93bdc6a
commit
03f9a6ff60
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue