Remove debug statement

This commit is contained in:
oobabooga 2024-02-06 20:03:52 -08:00
parent 21fb143718
commit b95cddec1c
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ function getTabbyHeaders() {
function getOobaHeaders() {
const apiKey = readSecret(SECRET_KEYS.OOBA);
console.log(apiKey);
return apiKey ? ({
'Authorization': `Bearer ${apiKey}`,