siphon in

This commit is contained in:
ntr
2019-03-29 21:59:29 +11:00
parent c90d7afc9d
commit 02fd57446a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ function createSocket(events) {
if (!account) events.loginPrompt();
if (process.env.NODE_ENV !== 'production') {
send({ method: 'account_login', params: { name: 'ntr', password: 'grepgrepgrep' } });
// send({ method: 'account_login', params: { name: 'ntr', password: 'grepgrepgrep' } });
}
return true;