2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

98_logProxy.pm: removed debug output

git-svn-id: https://svn.fhem.de/fhem/trunk@7747 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-01-27 20:13:51 +00:00
parent b9a3242044
commit 39c046b72a

View File

@ -661,7 +661,7 @@ logProxy_Get($@)
{
my ($hash, $name, @a) = @_;
#Log 3, "logProxy_Get";
Log 3, Dumper @a;
#Log 3, Dumper @a;
my $inf = shift @a;
my $outf = shift @a;