mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-08 07:32:34 +01:00
Remove debug statement
This commit is contained in:
parent
21fb143718
commit
b95cddec1c
@ -39,7 +39,6 @@ function getTabbyHeaders() {
|
||||
|
||||
function getOobaHeaders() {
|
||||
const apiKey = readSecret(SECRET_KEYS.OOBA);
|
||||
console.log(apiKey);
|
||||
|
||||
return apiKey ? ({
|
||||
'Authorization': `Bearer ${apiKey}`,
|
||||
|
Loading…
Reference in New Issue
Block a user