Skip to content

Commit 2c324d9

Browse files
committed
A little cleanup
1 parent f40d80e commit 2c324d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/requests/create-account-request.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ class CreateOidcAccountRequest extends CreateAccountRequest {
263263
throw error
264264
}
265265

266-
// console.log(this.enforceToc, this.acceptToc)
267266
if (this.enforceToc && !this.acceptToc) {
268267
error = new Error('Accepting Terms & Conditions are required for this service')
269268
error.statusCode = 400

0 commit comments

Comments
 (0)