~singpolyma/biboumi

438b7fb803442dd7a1522cc9c44001307ac8196a — louiz’ 4 years ago 7ca1b33
Remove a useless “givin up” debug line
1 files changed, 1 insertions(+), 5 deletions(-)

M src/database/postgresql_statement.hpp
M src/database/postgresql_statement.hpp => src/database/postgresql_statement.hpp +1 -5
@@ 117,11 117,7 @@ private:
            PQreset(this->conn);
            return this->execute(true);
          }
        else
          {
            log_error("Givin up.");
            return false;
          }
        return false;
      }
    return true;
  }