Skip to content

Commit

Permalink
RC 0.4.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
schrink committed Mar 26, 2018
1 parent ea19cdb commit 8a1eb56
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/gs1-importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ module.exports = () => ({
});

locations[child_location_id] = {};
locations[child_location_id].data = { type: 'child_location' };
locations[child_location_id].identifiers = {};
locations[child_location_id]
.identifiers
Expand Down Expand Up @@ -1389,11 +1390,6 @@ module.exports = () => ({
console.log('Writting business_location edges complete');
});

console.log(JSON.stringify({
vertices: vertices_list,
edges: edges_list,
import_id,
}));

utilities.executeCallback(
callback,
Expand Down

0 comments on commit 8a1eb56

Please sign in to comment.