remove unused fmt code

This commit is contained in:
Anton Lindström 2014-05-20 06:09:01 +00:00
parent c44d6679ce
commit 5c8fa0fe70
1 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ func NewPGStore(dbUrl string, keyPairs ...[]byte) *PGStore {
if err != nil {
// Ignore and return nil
//fmt.Printf("SQL connection error: %s\n", err)
return nil
}
@ -54,7 +53,6 @@ func NewPGStore(dbUrl string, keyPairs ...[]byte) *PGStore {
if err != nil {
// Ignore and return nil
//fmt.Printf("Failed to create table http_sessions. Error: %s\n", err)
return nil
}