Skip to content

Commit 62494c6

Browse files
committed
fixed up error
Signed-off-by: Apoorvaa Gupta <[email protected]>
1 parent 9a44011 commit 62494c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ module.exports = (robot) => {
4646
repositoryName: repositoryName
4747
}
4848
}).then(function (user) {
49-
console.log("**************************")
5049

51-
console.log(context)
5250
if (user === null) {
5351
db.User.create({
5452
username: username,

0 commit comments

Comments
 (0)