Skip to content

Commit a219ff7

Browse files
committed
Remove unused parseLogLevel
1 parent 809017e commit a219ff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/vscode/src/vs/code/browser/workbench/workbench.ts

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { localize } from 'vs/nls';
1818
import { Schemas } from 'vs/base/common/network';
1919
import product from 'vs/platform/product/common/product';
2020
import { encodePath } from 'vs/server/node/util';
21-
import { parseLogLevel } from 'vs/platform/log/common/log';
2221

2322
function doCreateUri(path: string, queryValues: Map<string, string>): URI {
2423
let query: string | undefined = undefined;

0 commit comments

Comments
 (0)