Skip to content

Commit

Permalink
no data dumping to STDERR
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed May 3, 2011
1 parent d405589 commit 4498c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions backend/lib/DbToRia/DBI/Pg.pm
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ sub getAllTables {
type => $table->{TABLE_TYPE},
name => $table->{REMARKS} || $tableName,
readOnly => $readOnly ? $Mojo::JSON::TRUE : $Mojo::JSON::FALSE,
# readOnly => ! $readWrite,
};
}
$self->{tableList} = \%tables;
use Data::Dumper; print STDERR Dumper "tables=", \%tables;
# use Data::Dumper; print STDERR Dumper "tables=", \%tables;
return $self->{tableList};
}

Expand Down
2 changes: 1 addition & 1 deletion setup
Submodule setup updated from 207b38 to ba281f

0 comments on commit 4498c94

Please sign in to comment.