Skip to content

Commit e382132

Browse files
committed
Add unit tests for all the logging methods I just wrote
Signed-off-by: Rahul Krishna <[email protected]>
1 parent cc797b6 commit e382132

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/analysis/java/JavaAnalysis.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import path from "path";
1818
import fg from "fast-glob";
1919
import fs from "fs";
20-
import log from "loglevel";
2120
import { spawnSync } from "node:child_process";
2221
import { JApplication, JCompilationUnit } from "../../models/java";
2322
import * as types from "../../models/java/types";

0 commit comments

Comments
 (0)