We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dfac2 commit aed098cCopy full SHA for aed098c
1 file changed
server/lib/classes/monitor_tools.inc.php
@@ -664,7 +664,6 @@ public function _getLogData($log) {
664
665
private function _getOutputFromExecCommand ($command) {
666
$log = '';
667
- echo $command;
668
$fd = popen($command, 'r');
669
if ($fd) {
670
$n = 0;
0 commit comments