mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-23 21:50:10 +08:00
Removed rogue console.log
This commit is contained in:
parent
8bad7dd09f
commit
4c0cd4dc8b
1
index.js
1
index.js
@ -48,7 +48,6 @@ SteamCommunity.prototype.login = function(details, callback) {
|
||||
"username": details.accountName
|
||||
};
|
||||
|
||||
console.log(self._jar.getCookieString("https://steamcommunity.com"));
|
||||
self._request.post("https://steamcommunity.com/login/dologin/", {"form": form}, function(err, response, body) {
|
||||
if(err) {
|
||||
callback(err);
|
||||
|
Loading…
Reference in New Issue
Block a user