Skip to content

Commit

Permalink
fix(integrations): remove debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed May 11, 2024
1 parent 89eb880 commit 476cd97
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions api/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,17 +254,9 @@ func RunIntegration(integration db.Integration, project db.Project, r *http.Requ
var taskDefinition = db.Task{
TemplateID: integration.TemplateID,
ProjectID: integration.ProjectID,
Debug: true,
Environment: environmentJSONString,
}

//var user db.User
//user, err = helpers.Store(r).GetUser(1)
//if err != nil {
// log.Error(err)
// return
//}

_, err = helpers.TaskPool(r).AddTask(taskDefinition, nil, integration.ProjectID)
if err != nil {
log.Error(err)
Expand Down

0 comments on commit 476cd97

Please sign in to comment.