Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
removed console log prints for email, updated version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saltukalakus committed Jul 4, 2017
1 parent eeda55d commit ef9afc2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions build/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ module.exports =
console.log("USER SHOULD BE UNIQUE!!!");
console.log(body);
}
console.log("USER EMAIL =======");
console.log(body[0].email);
console.log("USER ID =======");
console.log(body[0].user_id);
cb(body[0].user_id);
Expand Down Expand Up @@ -349,7 +347,7 @@ module.exports =
module.exports = {
"title": "Auth0 Unblock Users",
"name": "auth0-unblock-users",
"version": "1.0.0",
"version": "1.1.0",
"author": "saltuk",
"description": "This extension will search for blocked users in the logs and unblock them",
"type": "cron",
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ function getUserId(domain, token, connection, name, cb) {
console.log("USER SHOULD BE UNIQUE!!!");
console.log(body);
}
console.log("USER EMAIL =======");
console.log(body[0].email);
console.log("USER ID =======");
console.log(body[0].user_id);
cb(body[0].user_id);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-unblock-users",
"version": "1.0.0",
"version": "1.1.0",
"description": "This extension will search for blocked users in the logs and unblock them",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webtask.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Auth0 Unblock Users",
"name": "auth0-unblock-users",
"version": "1.0.0",
"version": "1.1.0",
"author": "saltuk",
"description": "This extension will search for blocked users in the logs and unblock them",
"type": "cron",
Expand Down

0 comments on commit ef9afc2

Please sign in to comment.