2
0
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:
borisneubert 2012-09-16 09:45:19 +00:00
parent 9b6d076cd0
commit 32cbc8016a

View File

@ -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);