mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-01 15:44:52 +00:00
removed debug messages
git-svn-id: https://svn.fhem.de/fhem/trunk@1851 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9b6d076cd0
commit
32cbc8016a
@ -101,9 +101,9 @@ sub HTTPSRV_CGI() {
|
||||
# get device name
|
||||
$name= $data{FWEXT}{$link}{deviceName} if($data{FWEXT}{$link});
|
||||
|
||||
Debug "link= $link";
|
||||
Debug "filename= $filename";
|
||||
Debug "name= $name";
|
||||
#Debug "link= $link";
|
||||
#Debug "filename= $filename";
|
||||
#Debug "name= $name";
|
||||
|
||||
# return error if no such device
|
||||
return("text/plain; charset=utf-8", "No HTTPSRV device for $link") unless($name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user