From 80655ac74d9a843f34c75612e96a42b082b57bc3 Mon Sep 17 00:00:00 2001 From: dongwei Date: Wed, 3 Jul 2019 14:28:47 +0800 Subject: [PATCH] remove log --- src/functions.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/functions.php b/src/functions.php index baea2f5..86b47a8 100644 --- a/src/functions.php +++ b/src/functions.php @@ -32,7 +32,6 @@ function chat_text_alert ($chat, $text) $text, ]); } catch (Exception $ex) { - app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]); return null; } @@ -61,7 +60,6 @@ function user_text_alert ($username, $text) $text, ]); } catch (Exception $ex) { - app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]); return null; } @@ -97,7 +95,6 @@ function chat_card_alert ($chat, $title, $desc, $button, $url) $url, ]); } catch (Exception $ex) { - app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]); return null; } @@ -134,7 +131,6 @@ function user_card_alert ($username, $title, $desc, $button, $url) $url, ]); } catch (Exception $ex) { - app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]); return null; } @@ -175,7 +171,6 @@ function user_mp_alert ($username, $appid, $title, $page = null, $desc = null, $ $emphasisFirstItem ]); } catch (Exception $ex) { - app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]); return null; } @@ -215,7 +210,6 @@ function tag_mp_alert ($tag, $appid, $title, $page = null, $desc = null, $items $emphasisFirstItem ]); } catch (Exception $ex) { - app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]); return null; }