removed unneccessary logging

This commit is contained in:
Andrzej Stepien 2023-08-12 00:18:58 +02:00
parent 225003fe6b
commit 2dde207707
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { db } from "./db.mjs";
import { isoDate } from "./utilities.mjs";
import logger from "./logger.mjs";
export default async function todaysPromptAlreadyPublished() {
const number = await db('published')
.count('* as count')