We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71a968 commit a18803bCopy full SHA for a18803b
src/flatAttributesList.js
@@ -43,7 +43,6 @@ const addTypeToSegments = (
43
}
44
45
});
46
- // console.log(types);
47
if (types.length) {
48
const attr = Object.assign({}, { offset: segment[0], length: segment[1] });
49
const t = types.length === 1 ? types[0] : types;
0 commit comments