mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
86_Robonect.pm: removed useless print
git-svn-id: https://svn.fhem.de/fhem/trunk@14300 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
21eafbb4fa
commit
b0ab3d4585
@ -32,6 +32,7 @@
|
||||
# ABU 20170501 added eval-error-logging
|
||||
# ABU 20170501 changed verbose 3 to verbose 4
|
||||
# ABU 20170501 tuned documentation
|
||||
# ABU 20170516 removed useless print
|
||||
|
||||
|
||||
package main;
|
||||
@ -394,8 +395,6 @@ sub Robonect_Set($@)
|
||||
#append command
|
||||
$url = $url . $decodedCmd;
|
||||
|
||||
print "URL: $url\n";
|
||||
|
||||
my $httpData;
|
||||
$httpData->{url} = $url;
|
||||
$httpData->{loglevel} = AttrVal ($name, "verbose", 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user