Skip to content

Commit 15a6fd7

Browse files
committed
Drop dead code
1 parent 9999de2 commit 15a6fd7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: src/services/languageFacts.ts

-8
Original file line numberDiff line numberDiff line change
@@ -744,14 +744,6 @@ class EntryImpl implements IEntry {
744744

745745
let propertySet: { [key: string]: IEntry };
746746
let properties = browsers.data.css.properties;
747-
// const mdnProperties = Object.keys(mdn.data).map(k => {
748-
// return {
749-
// name: k,
750-
// ...mdn.data[k],
751-
// };
752-
// });
753-
754-
// properties = properties.concat(mdnProperties);
755747

756748
export function getProperties(): { [name: string]: IEntry; } {
757749
if (!propertySet) {

0 commit comments

Comments
 (0)