Skip to content

Commit

Permalink
gh-1168 cleanup debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedi committed Jul 10, 2020
1 parent b815bd4 commit 1aa0fa5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions usecases/traverser/explorer.go
Expand Up @@ -16,7 +16,6 @@ package traverser
import (
"context"
"fmt"
"runtime/debug"

"github.com/go-openapi/strfmt"
"github.com/semi-technologies/weaviate/entities/filters"
Expand Down Expand Up @@ -77,12 +76,6 @@ func NewExplorer(search vectorClassSearch, vectorizer CorpiVectorizer,
// GetClass from search and connector repo
func (e *Explorer) GetClass(ctx context.Context,
params GetParams) ([]interface{}, error) {
defer func() {

fmt.Println(recover())
fmt.Println(string(debug.Stack()))

}()

if params.Pagination == nil {
params.Pagination = &filters.Pagination{
Expand Down

0 comments on commit 1aa0fa5

Please sign in to comment.