remove log
This commit is contained in:
parent
b494903dfd
commit
80655ac74d
|
@ -32,7 +32,6 @@ function chat_text_alert ($chat, $text)
|
||||||
$text,
|
$text,
|
||||||
]);
|
]);
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,7 +60,6 @@ function user_text_alert ($username, $text)
|
||||||
$text,
|
$text,
|
||||||
]);
|
]);
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,7 +95,6 @@ function chat_card_alert ($chat, $title, $desc, $button, $url)
|
||||||
$url,
|
$url,
|
||||||
]);
|
]);
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -134,7 +131,6 @@ function user_card_alert ($username, $title, $desc, $button, $url)
|
||||||
$url,
|
$url,
|
||||||
]);
|
]);
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -175,7 +171,6 @@ function user_mp_alert ($username, $appid, $title, $page = null, $desc = null, $
|
||||||
$emphasisFirstItem
|
$emphasisFirstItem
|
||||||
]);
|
]);
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -215,7 +210,6 @@ function tag_mp_alert ($tag, $appid, $title, $page = null, $desc = null, $items
|
||||||
$emphasisFirstItem
|
$emphasisFirstItem
|
||||||
]);
|
]);
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
app("log")->error("chat_notify_error", ['message' => $ex->getMessage()]);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user