Skip to content

Commit a18803b

Browse files
author
Igor Canedo
committed
removing console.log
1 parent d71a968 commit a18803b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flatAttributesList.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const addTypeToSegments = (
4343
}
4444
}
4545
});
46-
// console.log(types);
4746
if (types.length) {
4847
const attr = Object.assign({}, { offset: segment[0], length: segment[1] });
4948
const t = types.length === 1 ? types[0] : types;

0 commit comments

Comments
 (0)