remove console.log

This commit is contained in:
Ulf Gebhardt 2025-04-02 16:35:10 +02:00
parent d22e608094
commit 2dd1969ee1
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -15,9 +15,6 @@ const updateOnlineStatus = async () => {
mutation: updateOnlineStatusMutation,
variables: { status },
})
// TODO
console.log(`call home as ${status} at ${new Date().toUTCString()}`)
}
export default ({ app }) => {