Skip to content

Commit ad2488a

Browse files
committed
Remove debug log and bump version to 2.1.1
Eliminated unnecessary console.log from index.js for cleaner output. Updated package.json and package-lock.json to version 2.1.1.
1 parent bad5355 commit ad2488a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ const runProxy = () => {
127127
validatedProxyParams.secure = false
128128
}
129129

130-
console.log(validatedProxyParams)
131-
132130
const app = createProxyApp(validatedProxyParams, host);
133131

134132
const server = app.listen(validatedPort, () => {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-ql/api-proxy",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "OpenAI API Proxy by Docker",
55
"main": "index.js",
66
"keywords": [],

0 commit comments

Comments
 (0)