55_GDS.pm: remove debug code

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9921 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2015-11-17 19:05:59 +00:00
parent d67b35bfd3
commit b650370a3b

View File

@@ -1603,11 +1603,11 @@ sub _mergeCapFile($) {
push (@alertsArray,"</gds>"); push (@alertsArray,"</gds>");
# write the big XML file if needed # write the big XML file if needed
# if(AttrVal($name,"gdsDebug", 0)) { if(AttrVal($name,"gdsDebug", 0)) {
my $cF = $destinationDirectory."/gds_alerts"; my $cF = $destinationDirectory."/gds_alerts";
unlink $cF if -e $cF; unlink $cF if -e $cF;
FileWrite({ FileName=>$cF,ForceType=>"file" },@alertsArray); FileWrite({ FileName=>$cF,ForceType=>"file" },@alertsArray);
# } }
my $xmlContent = join('',@alertsArray); my $xmlContent = join('',@alertsArray);
return ($countInfo,$xmlContent); return ($countInfo,$xmlContent);