mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 11:01:59 +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:
parent
773bebd2c0
commit
ea6547420a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user