Skip to content

Commit 58cbc2f

Browse files
committed
🚿 Remove debug output
1 parent 1fdc29a commit 58cbc2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

denops/fall/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ export async function loadConfig(configPath: string): Promise<Config> {
222222
await ensureConfig(configPath);
223223
const text = await Deno.readTextFile(configPath);
224224
const data = parseJsonc(text);
225-
console.log(data);
226225
return ensure(data, isConfig);
227226
} catch (err) {
228227
if (err instanceof Deno.errors.NotFound) {

0 commit comments

Comments
 (0)