Skip to content

Commit

Permalink
removing not needed print
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 14, 2017
1 parent b6f2275 commit 15831e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities/handle_pgpass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ handle_pgpass(po::variables_map &vm) {
&& (user == "*" || user == username)
&& (dbase == "*" || host == vm["dbname"].as<std::string>())) {
infile.close();
#if 0
std::cout << passwd << "\n";
#endif
vm.at("password").value() = passwd;
return;
}
Expand Down

0 comments on commit 15831e4

Please sign in to comment.