去除debug代码

This commit is contained in:
sudongyang 2023-07-03 08:50:23 +08:00
parent c4077516e7
commit 6583ade2e2

View File

@ -28,7 +28,6 @@ function renderType(type) {
} }
function renderBalance(type, balance) { function renderBalance(type, balance) {
console.log(type,balance)
switch (type) { switch (type) {
case 1: // OpenAI case 1: // OpenAI
case 4: // CloseAI case 4: // CloseAI