Remove redundant console logs and comments across components

- Cleaned up unused debug logs and comments in `AddNewBookForm`, `QuillConversation`, `OfflinePinSetup`, `OfflinePinVerify`, `ShortStoryGenerator`, and `page.tsx`.
- Improved overall code readability and maintainability.
This commit is contained in:
natreex
2026-01-07 20:48:36 -05:00
parent 8eab6fd771
commit 7378d3c1f9
6 changed files with 1 additions and 22 deletions

View File

@@ -239,8 +239,6 @@ export default function QuillConversation(
contextType: contextType,
version: chapter?.chapterContent.version || null,
}, session.accessToken, lang);
console.log(response);
setIsLoading(false);
if (response) {
setMessages((prevMessages: Message[]): Message[] => {