Skip to content

Commit ab65f0d

Browse files
author
Ryan Naddy
committed
Added Support for Remote files
1 parent 613cf03 commit ab65f0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ function parseRemote(url: string) {
136136
}
137137

138138
function parseRemoteConfig() {
139-
console.log('parse remote');
140139
let remoteCssConfig = vsc.workspace.getConfiguration('css');
141140
let urls = remoteCssConfig.get('remoteStyleSheets') as string[];
142141
urls.forEach(url => parseRemote(url));

0 commit comments

Comments
 (0)