refactor: logging changes

not so much but just in case:
This commit is contained in:
HyperBlaze
2024-12-06 20:20:39 -08:00
parent c45eed40af
commit 3d3e4dd6a1
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ async function summary(
stringlizedChat: string
): Promise<{ success: boolean; data: string }> {
const db = getDatabase();
console.log("Summarizing");
if (db.supaModelType === "distilbart") {
try {