2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

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 47fd0cd326
commit 5363894bc4

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