Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Sep 25, 2021
1 parent bb95eca commit fbe30c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/project_issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ func MoveIssueAcrossProjectBoards(issue *Issue, board *ProjectBoard, sorting int
return err
}

fmt.Println("sorting", sorting)

return sess.Commit()
}

Expand Down

0 comments on commit fbe30c3

Please sign in to comment.