Skip to content

Commit ef996a9

Browse files
committed
Removed a debug log call that spams up the logs
1 parent 91d2860 commit ef996a9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/states/not-authed.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ var setup = function() {
2929
var introIntent = function(request, response) {
3030
var app = request.data._plex_app;
3131

32-
console.dir(app);
33-
3432
if (app.user.pin) {
3533
// If they already have a PIN, we should just push them to the next step, otherwise it can be confusing.
3634
setupIntent(request, response);

0 commit comments

Comments
 (0)