diff --git a/app/utils/CheckUtils.php b/app/utils/CheckUtils.php index 3725c96..d165d6e 100644 --- a/app/utils/CheckUtils.php +++ b/app/utils/CheckUtils.php @@ -83,9 +83,6 @@ class CheckUtils } catch (GuzzleException $e) { $status = false; $errmsg = guzzle_error($e); - if (strlen($errmsg) > 100) { - $errmsg = substr($errmsg, 0, 97) . '...'; - } } $usetime = round((microtime(true) - $start) * 1000);