mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-27 10:05:32 +02:00
fix: remove unnecessary console log from Docker stats monitoring
This commit is contained in:
@@ -56,7 +56,6 @@ export const setupDockerStatsMonitoringSocketServer = (
|
||||
|
||||
await recordAdvancedStats(stat, appName);
|
||||
const data = await getLastAdvancedStatsFile(appName);
|
||||
console.log(data);
|
||||
|
||||
ws.send(
|
||||
JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user