Skip to content

Commit a805073

Browse files
author
Till Brehm
committed
Removed swriteln line in CentOS detection code from monitor lib.
1 parent 5c958a8 commit a805073

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/lib/classes/monitor_tools.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ function get_distname() {
285285
} else {
286286
$distid = 'centos72';
287287
}
288-
swriteln("Operating System: CentOS $var\n");
289288
} else {
290289
$distname = 'Redhat';
291290
$distver = 'Unknown';

0 commit comments

Comments
 (0)