mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Remove debug logs
This commit is contained in:
parent
e81aadc812
commit
b7cad88028
@ -4091,8 +4091,6 @@ sub grep_logs {
|
|||||||
|
|
||||||
sub create_log($$){
|
sub create_log($$){
|
||||||
my ($module_name, @data) = @_;
|
my ($module_name, @data) = @_;
|
||||||
log_message("Debug", $module_name);
|
|
||||||
log_message("Debug", join('', @data));
|
|
||||||
|
|
||||||
# No data
|
# No data
|
||||||
if ($#data < 0) {
|
if ($#data < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user