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:
andi291
2017-05-16 18:12:38 +00:00
parent 081da92ab0
commit 279a9d9fad

View File

@@ -32,6 +32,7 @@
# ABU 20170501 added eval-error-logging # ABU 20170501 added eval-error-logging
# ABU 20170501 changed verbose 3 to verbose 4 # ABU 20170501 changed verbose 3 to verbose 4
# ABU 20170501 tuned documentation # ABU 20170501 tuned documentation
# ABU 20170516 removed useless print
package main; package main;
@@ -394,8 +395,6 @@ sub Robonect_Set($@)
#append command #append command
$url = $url . $decodedCmd; $url = $url . $decodedCmd;
print "URL: $url\n";
my $httpData; my $httpData;
$httpData->{url} = $url; $httpData->{url} = $url;
$httpData->{loglevel} = AttrVal ($name, "verbose", 2); $httpData->{loglevel} = AttrVal ($name, "verbose", 2);