Skip to content

Commit

Permalink
remove a stray console.log
Browse files Browse the repository at this point in the history
ref #10-splitter-adapter
  • Loading branch information
maxgrossman committed Jun 18, 2018
1 parent b531845 commit 79390be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/sequence/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports.insertImages = async (sequenceMap) => {
userId = sequenceMap.userId;

let values = await Promise.map(sequenceMap.sequence, image => `('${image.id}', '${image.image}', '${image.timestamp}', '${sequenceId}', '${userId}', GeomFromText('POINT(${image.loc.lat} ${image.loc.lon})'))`);
console.log(values.slice(0,5).join(','))

await db.raw(`
SELECT load_extension('mod_spatialite');
INSERT INTO Images (
Expand Down

0 comments on commit 79390be

Please sign in to comment.