mirror of
https://github.com/ragestudio/comty.js.git
synced 2025-06-09 02:24:18 +00:00
remove useless anoying warn
This commit is contained in:
parent
742f1972bb
commit
1838d32fe0
@ -67,8 +67,6 @@ export function createClient({
|
||||
if (sessionToken) {
|
||||
config.headers["Authorization"] =
|
||||
`${globalThis.isServerMode ? "Server" : "Bearer"} ${sessionToken}`
|
||||
} else {
|
||||
console.warn("Making a request with no session token")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user