55_GDS.pm: remove debug code

git-svn-id: https://svn.fhem.de/fhem/trunk@9921 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2015-11-17 19:05:59 +00:00
parent 7fa9452245
commit 6a449a3f38

View File

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