Skip to content

Commit ec1efca

Browse files
author
Marius Burkard
committed
- removed swriteln
1 parent 99441a4 commit ec1efca

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
@@ -203,7 +203,6 @@ function get_distname() {
203203
$distconfid = 'debian90';
204204
$distid = 'debian60';
205205
$distbaseid = 'debian';
206-
swriteln("Operating System: Debian 9.0 (Stretch) or compatible\n");
207206
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
208207
$distname = 'Debian';
209208
$distver = 'Testing';

0 commit comments

Comments
 (0)