Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Aug 12, 2021
1 parent 3ec4b7b commit d703b89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions database.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
"github.com/whosonfirst/go-whosonfirst-uri"
"io"
"net/url"
golog "log"
"strings"
"sync"
"time"
Expand Down Expand Up @@ -121,7 +120,6 @@ func NewSQLiteSpatialDatabaseWithDatabase(ctx context.Context, uri string, sqlit
rtree_table, err := tables.NewRTreeTableWithDatabase(ctx, sqlite_db)

if err != nil {
golog.Println("POO", err)
return nil, err
}

Expand Down

0 comments on commit d703b89

Please sign in to comment.