55_GDS.pm: remove debug code

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

View File

@@ -1535,7 +1535,7 @@ sub _retrieveCAPDATA {
my ($countInfo,$cF) = _mergeCapFile($hash);
my ($aList,$cellData) = _buildCAPList($hash,$countInfo,$cF);
# unlink $targetFile unless AttrVal($name,'gdsDebug',0);
unlink $targetFile unless AttrVal($name,'gdsDebug',0);
return "$name;;;$datafile;;;$aList;;;$cF;;;$cellData";
}