10_KNX.pm: deactivated debug-flag

git-svn-id: https://svn.fhem.de/fhem/trunk@16829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
andi291
2018-06-07 07:06:09 +00:00
parent 143e3a9c45
commit 2ea71ea838

View File

@@ -32,7 +32,7 @@ use Encode;
use SetExtensions;
#set to 1 for debug
my $debug = 1;
my $debug = 0;
#string constant for autocreate
my $modelErr = "MODEL_NOT_DEFINED";