Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 798219e

Browse files
author
Rusty Key
committed
remove debug
1 parent 32fe6d3 commit 798219e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/formatters/ocaml.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export function register() {
1515
const textEditor = vscode.window.activeTextEditor;
1616
const formatter = getFormatter(configuration, "ocamlformat");
1717

18-
console.log(formatter);
19-
2018
if (!formatter) return [];
2119

2220
if (textEditor) {

0 commit comments

Comments
 (0)