Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4b021c

Browse files
committed
remove debugging statement
1 parent b4a9bbd commit e4b021c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/routes/generate_code.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
from prompts import create_prompt
2828
from prompts.claude_prompts import VIDEO_PROMPT
2929
from prompts.types import Stack
30-
from utils import pprint_prompt
30+
31+
# from utils import pprint_prompt
3132
from ws.constants import APP_ERROR_WEB_SOCKET_CODE # type: ignore
3233

3334

@@ -236,7 +237,7 @@ async def send_message(
236237
)
237238
raise
238239

239-
pprint_prompt(prompt_messages) # type: ignore
240+
# pprint_prompt(prompt_messages) # type: ignore
240241

241242
### Code generation
242243

0 commit comments

Comments
 (0)