forked from github/kensanata.oddmuse
private-wiki.pl: remove debug print to STDERR
This commit is contained in:
@@ -131,7 +131,6 @@ sub NewPrivateWikiReadIndex {
|
||||
if ($status) {
|
||||
my @rawPageList = split(/ /, $rawIndex);
|
||||
for (@rawPageList) {
|
||||
print STDERR $_, "\n";
|
||||
my ($pageName, $iv) = split /!/, $_, 2;
|
||||
push @IndexList, $pageName;
|
||||
$PageIvs{$pageName} = pack "H*", $iv; # decode hex string
|
||||
|
||||
Reference in New Issue
Block a user