mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-27 12:33:54 +00:00
remove console.logs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user