2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

configDB.pm: remove debug code; set privacy as default

git-svn-id: https://svn.fhem.de/fhem/trunk@16476 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2018-03-24 17:39:11 +00:00
parent b3e7d032f1
commit 595d837fc5

View File

@ -910,10 +910,11 @@ sub _cfgDB_Migrate() {
sub _cfgDB_Info($) { sub _cfgDB_Info($) {
my ($info2) = @_; my ($info2) = @_;
$info2 //= 'unknown'; $info2 //= 'unknown';
Debug ">$info2<";
my ($l, @r, $f); my ($l, @r, $f);
for my $i (1..65){ $l .= '-';} for my $i (1..65){ $l .= '-';}
$configDB{attr}{private} //= 1;
push @r, $l; push @r, $l;
push @r, " configDB Database Information"; push @r, " configDB Database Information";
push @r, $l; push @r, $l;