Skip to content

Commit

Permalink
Remove unneeded debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ultratype committed Jul 11, 2017
1 parent 81d8ff6 commit 540e611
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/NTClient.cc
Expand Up @@ -65,7 +65,7 @@ bool NTClient::login(string username, string password) {
}
if (ret == false) {
log->type(LOG_HTTP);
log->wr("Failed to log in. This account is most likely banned.\n");
log->wr("Failed to log in.\n");
} else {
bool success = getPrimusSID();
if (!success) return false;
Expand Down
1 change: 0 additions & 1 deletion src/main.cc
Expand Up @@ -102,7 +102,6 @@ int main(int argc, char** argv) {
}
initlog("Read and parsed config file.\n");
if (multiAcc == false) {
cout << "multiacc: " << multiAcc << endl;
string uname = jdata["username"];
string pword = jdata["password"];
int wpm = jdata["wpm"];
Expand Down

0 comments on commit 540e611

Please sign in to comment.