Skip to content

Commit

Permalink
Remove obsolete log printout
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jan 4, 2024
1 parent 5d3fe14 commit 249cf5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/filesdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func InsertFiles(did, dataset, path string) error {
log.Printf("ERROR: unable to execute %s with %v, error=%v", stmt, did, err)
return tx.Rollback()
}
log.Println("### inserted into METADATA")

stmt = "SELECT META_ID FROM METADATA WHERE DID=?"
res, err = execute(tx, stmt, did)
Expand Down

0 comments on commit 249cf5b

Please sign in to comment.