Skip to content

Commit 15831e4

Browse files
committed
removing not needed print
1 parent b6f2275 commit 15831e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utilities/handle_pgpass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ handle_pgpass(po::variables_map &vm) {
8585
&& (user == "*" || user == username)
8686
&& (dbase == "*" || host == vm["dbname"].as<std::string>())) {
8787
infile.close();
88+
#if 0
8889
std::cout << passwd << "\n";
90+
#endif
8991
vm.at("password").value() = passwd;
9092
return;
9193
}

0 commit comments

Comments
 (0)