Skip to content

Commit 4b8032c

Browse files
committed
docs: remove console.log from system.md
1 parent d03d904 commit 4b8032c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import systemjs from 'systemjs';
1010

1111
const { System, applyImportMap, setBaseUrl } = systemjs;
1212
const basePath = url.pathToFileURL(process.cwd()).href;
13-
console.log(basePath)
13+
1414
setBaseUrl(System, basePath);
1515
applyImportMap(System, {
1616
imports: {

0 commit comments

Comments
 (0)