Skip to content

Commit 58449c2

Browse files
Revert "Print error response"
This reverts commit 1da604c.
1 parent 1da604c commit 58449c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/routes/api/repo.js

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ exports.create_project = function (req, res, next) {
214214
debug(`Setting up repository "${project.name}" with provider "${provider.id}"...`);
215215
plugin.setupRepo(req.user.account(provider).config, provider.config, project, function (err, config) {
216216
if (err) {
217-
debug(err);
218217
debug(`Setting up repository "${project.name}" failed!`, err.status, err.message);
219218
return error(500, `Failed to setup repo: ${err.message}`);
220219
}

0 commit comments

Comments
 (0)