Skip to content

Commit

Permalink
Revert "Print error response"
Browse files Browse the repository at this point in the history
This reverts commit 1da604c.
  • Loading branch information
oliversalzburg committed Oct 6, 2016
1 parent 1da604c commit 58449c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/routes/api/repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ exports.create_project = function (req, res, next) {
debug(`Setting up repository "${project.name}" with provider "${provider.id}"...`);
plugin.setupRepo(req.user.account(provider).config, provider.config, project, function (err, config) {
if (err) {
debug(err);
debug(`Setting up repository "${project.name}" failed!`, err.status, err.message);
return error(500, `Failed to setup repo: ${err.message}`);
}
Expand Down

0 comments on commit 58449c2

Please sign in to comment.