From d5a07825f633db2f2a396d517076e459401ca2d7 Mon Sep 17 00:00:00 2001 From: tomasz-io Date: Tue, 12 Nov 2024 11:29:36 -0800 Subject: [PATCH] refactor: clean up code --- .../context/root-path-context/RootPathContextService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autocomplete/context/root-path-context/RootPathContextService.ts b/core/autocomplete/context/root-path-context/RootPathContextService.ts index c12a22d9d..accd4f6df 100644 --- a/core/autocomplete/context/root-path-context/RootPathContextService.ts +++ b/core/autocomplete/context/root-path-context/RootPathContextService.ts @@ -99,7 +99,7 @@ export class RootPathContextService { contents: await this.ide.readRangeInFile(def.filepath, def.range), })), ); - debugger; + return newSnippets; }