2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-28 17:12:32 +00:00

configDB.pm: remove debug message

git-svn-id: https://svn.fhem.de/fhem/trunk@27887 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2023-08-23 20:13:34 +00:00
parent 773bebd2c0
commit ea6547420a

View File

@ -535,7 +535,6 @@ sub cfgDB_SaveCfg { ## prototype used in fhem.pl
# Insert @rowList into database table
my $fhem_dbh = _cfgDB_Connect;
my ($num,$uuid) = split(/\:/,_cfgDB_Rotate($fhem_dbh,$internal));
Debug "num: $num uuid: $uuid";
my $counter = 0;
foreach (@rowList) {
_cfgDB_InsertLine($fhem_dbh, $uuid, $_, $counter);