2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

Debug removed

git-svn-id: https://svn.fhem.de/fhem/trunk@1023 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-09-24 15:54:21 +00:00
parent b7466ae1b2
commit 052503f6cf

View File

@ -1532,7 +1532,6 @@ sub
fC($)
{
my ($cmd) = @_;
Log 0, "Calling $cmd";
my $ret = AnalyzeCommand(undef, $cmd);
return $ret;
}