Skip to content

Commit f51e58e

Browse files
committed
Minor changes
1 parent b3be609 commit f51e58e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ai-assistant/src/commands/DiagramCommand.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export class DiagramCommand implements ISlashCommand {
3434
* ---------------------------------------------------------------------------------------------
3535
*/
3636
const keywords = await Query.getDBKeywordsFromQuery(llm, query);
37-
console.log("KEYWORDS", keywords);
3837
if (!keywords.length) return null;
3938

4039
/**
@@ -48,7 +47,6 @@ export class DiagramCommand implements ISlashCommand {
4847
embeddingModel,
4948
keywords
5049
);
51-
console.log("RESULTS", results);
5250
if (!results.length) return null;
5351

5452
/**

0 commit comments

Comments
 (0)