From cc5fab6e5ac63d757879d68820450d932e0889a5 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 22 Feb 2020 10:46:00 +0100 Subject: [PATCH] removed debug output --- lam/tests/lib/modules/windowsUserTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lam/tests/lib/modules/windowsUserTest.php b/lam/tests/lib/modules/windowsUserTest.php index 59095325..e5534204 100644 --- a/lam/tests/lib/modules/windowsUserTest.php +++ b/lam/tests/lib/modules/windowsUserTest.php @@ -3,7 +3,7 @@ use PHPUnit\Framework\TestCase; /* This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2017 - 2019 Roland Gruber + Copyright (C) 2017 - 2020 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -75,7 +75,6 @@ use PHPUnit\Framework\TestCase; $timeDiff = $time->diff($timeBase); $days = $timeDiff->format('%a'); $seconds = $days * 24 * 3600 - ($time->getOffset()); - echo $seconds . ' '; return $seconds . '0000000'; }