Skip to content

Commit 38eb427

Browse files
committed
👌IMPROVE: removed logging
1 parent f1f1064 commit 38eb427

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

‎utils/createIssue.js‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ module.exports = async () => {
4949
box(name, msg);
5050
})
5151
.catch((err) => {
52-
console.log(err.response.config.headers);
53-
console.log(err.response.data);
54-
5552
const name = "⚠️ WARNING";
5653
const msg = "Issue Creation Failed!!";
5754
box(name, msg);

‎utils/createRepo.js‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ module.exports = async () => {
5656
box(name, msg);
5757
})
5858
.catch((err) => {
59-
console.log(err.response.config.headers);
60-
console.log(err.response.data);
61-
6259
const name = "⚠️ WARNING";
6360
const msg = "Repo Creation Failed!!";
6461
box(name, msg);

0 commit comments

Comments
 (0)