diff --git a/src/cfml/system/modules_app/server-commands/commands/server/prune.cfc b/src/cfml/system/modules_app/server-commands/commands/server/prune.cfc index d05d43f5..cbefa7ec 100644 --- a/src/cfml/system/modules_app/server-commands/commands/server/prune.cfc +++ b/src/cfml/system/modules_app/server-commands/commands/server/prune.cfc @@ -33,8 +33,7 @@ component { .sort( (a,b) => a.daysLastStarted - b.daysLastStarted ); if( JSON ){ - print.line(prunableServers) - .toConsole(); + print.line(prunableServers); return; }