Skip to content

Commit

Permalink
remove query debug msg (guacsec#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Lum <[email protected]>

Signed-off-by: Brandon Lum <[email protected]>
  • Loading branch information
lumjjb authored Oct 19, 2022
1 parent 9cea2b3 commit 4d649b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/assembler/graphdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func StoreGraph(g Graph, client graphdb.Client) error {
_, err := session.WriteTransaction(
func(tx graphdb.Transaction) (interface{}, error) {
for i, query := range queries {
fmt.Printf("%v(where: %v)\n\n", query, params[i])
if _, err := tx.Run(query, params[i]); err != nil {
return nil, err
}
Expand Down

0 comments on commit 4d649b2

Please sign in to comment.