Skip to content

Commit 7697028

Browse files
committed
Remove unused code.
1 parent c3f7626 commit 7697028

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/nodeMap.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ api.createNodeMap = (input, graphs, graph, issuer, name, list) => {
190190
{propertyIsArray: true, allowDuplicate: false});
191191
api.createNodeMap(o, graphs, graph, issuer, id);
192192
} else if(graphTypes.isValue(o)) {
193-
//if('@type' in o) {
194-
// o['@type'] = o['@type'][0];
195-
//}
196193
util.addValue(
197194
subject, property, o,
198195
{propertyIsArray: true, allowDuplicate: false});

0 commit comments

Comments
 (0)