2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 19:32:42 +00:00

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 8eb8bc1651
commit 55e9ad0d6b

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";
}