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