Removed rogue console.log

This commit is contained in:
Alexander Corn 2015-04-25 14:07:45 -04:00
parent 8bad7dd09f
commit 4c0cd4dc8b

View File

@ -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);