Remove sql logging
This commit is contained in:
parent
890b6c4f34
commit
c2cb7ba494
@ -381,11 +381,6 @@ export const getPhotos = async (options: GetPhotosOptions = {}) => {
|
||||
|
||||
const client = await db.connect();
|
||||
|
||||
console.log({
|
||||
sql,
|
||||
values,
|
||||
});
|
||||
|
||||
return safelyQueryPhotos(() => client.query(sql, values))
|
||||
.then(({ rows }) => rows.map(parsePhotoFromDb));
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user