mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
Removed debugging, previous check in was inadvertently
git-svn-id: https://svn.fhem.de/fhem/trunk@1841 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f7013d862a
commit
5e99fbaf7a
@ -73,7 +73,6 @@ sub PachLog_Define($@)
|
||||
my($package, $filename, $line, $subroutine) = caller(3);
|
||||
# Log 0 , "PachLog_Define => $package: $filename LINE: $line SUB: $subroutine \n";
|
||||
Log 5, Dumper(@_) . "\n";
|
||||
Log 1, "Got: ". join(",", @a);
|
||||
return "Unknown argument count " . int(@a) . " , usage set <name> dataset value or set <name> delete dataset" if(int(@a) != 1);
|
||||
return undef;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user