disabled debug
This commit is contained in:
parent
b588705df7
commit
7323b3efec
@ -69,10 +69,10 @@ int main(int argc, char **argv) {
|
|||||||
std::cin >> username;
|
std::cin >> username;
|
||||||
std::string password;
|
std::string password;
|
||||||
|
|
||||||
// password = getpass("enter password: ");
|
password = getpass("enter password: ");
|
||||||
// DEBUG
|
// DEBUG
|
||||||
std::cout << "\nenter password: ";
|
// std::cout << "\nenter password: ";
|
||||||
std::cin >> password;
|
// std::cin >> password;
|
||||||
|
|
||||||
bakaapi::login(username, password);
|
bakaapi::login(username, password);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user