Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -69,7 +69,6 @@ async function initialization() {
|
|
69 |
ssoArray.forEach((sso, index) => {
|
70 |
tokenManager.addToken(`sso-rw=${ssorwArray[index]};sso=${sso}`);
|
71 |
});
|
72 |
-
console.log(JSON.stringify(tokenManager.getActiveTokens(), null, 2));
|
73 |
await Utils.get_signature()
|
74 |
Logger.info("初始化完成", 'Server');
|
75 |
}
|
|
|
69 |
ssoArray.forEach((sso, index) => {
|
70 |
tokenManager.addToken(`sso-rw=${ssorwArray[index]};sso=${sso}`);
|
71 |
});
|
|
|
72 |
await Utils.get_signature()
|
73 |
Logger.info("初始化完成", 'Server');
|
74 |
}
|