Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Jul 11, 2024
1 parent aac8db0 commit ecabe9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typescript/fiddle-proxy/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ app.use(
logger: console,
on: {
proxyReq: (proxyReq, req, res) => {
console.log('pre-proxy request', req)
for (const [url, headers] of Object.entries(API_KEY_INJECTION_ALLOWED)) {
if (req.headers['baml-original-url'] == url) {
for (const [header, value] of Object.entries(headers)) {
Expand Down

0 comments on commit ecabe9d

Please sign in to comment.