Skip to content

Commit 179dd0d

Browse files
committed
Minor change to remove some console.log stuff.
1 parent 7bac07f commit 179dd0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

v2.0/helpers/speleothems/speleothems.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function speleothemsbycuid(req, res, next) {
3131
const outobj = {
3232
'collectionunitid': ifUndef(resultset.collectionunitid, 'sep'),
3333
};
34-
console.log(outobj)
3534
db.any(speleothembycuid, outobj)
3635
.then(function(data) {
3736
res.status(200)

0 commit comments

Comments
 (0)