55_GDS.pm: remove debug code

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

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