remove console.logs

This commit is contained in:
Andras Bacsai
2022-07-26 13:19:14 +00:00
parent 4356207611
commit 4b37e84466
2 changed files with 0 additions and 4 deletions

View File

@@ -77,7 +77,6 @@ export async function newDestination(request: FastifyRequest<NewDestination>, re
const { id } = request.params
let { name, network, engine, isCoolifyProxyUsed, remoteIpAddress, remoteUser, remotePort } = request.body
console.log({ name, network, engine, isCoolifyProxyUsed, remoteIpAddress, remoteUser, remotePort })
if (id === 'new') {
console.log(engine)
if (engine) {