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…
Reference in New Issue