Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
restlessronin committed Nov 28, 2023
1 parent 42fb645 commit 22e50cd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class ConversationTypesProvider {
const result = await loadConversationFromFile(fileUri);

if (result.type === "error") {
debugger;
throw new Error(
`Failed to load chat template '${fileUri.toString()}': ${result.error}`
);
Expand Down

0 comments on commit 22e50cd

Please sign in to comment.