mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-12-03 14:51:05 +01:00
Removed comment
This commit is contained in:
parent
db644f998b
commit
2ac4ace2f4
@ -62,13 +62,6 @@ func GetEnvironment(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
query, args, _ := q.ToSql()
|
||||
|
||||
//q := squirrel.Select("*").
|
||||
// From("project__environment").
|
||||
// Where("project_id=?", project.ID).
|
||||
// OrderBy("name asc")
|
||||
|
||||
//query, args, _ := q.ToSql()
|
||||
|
||||
if _, err := db.Mysql.Select(&env, query, args...); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user