Skip to content

Commit 0af3b63

Browse files
committed
👌IMPROVE: removed log
1 parent 4407b33 commit 0af3b63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/createRepo.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ let { username, password } = require("./user");
1313
const headers = require("./auth");
1414

1515
module.exports = async () => {
16-
console.log(headers);
17-
1816
io.write("------------------------------------------");
1917
// getting data from terminal
2018
if (username === "" && password === "") {

0 commit comments

Comments
 (0)