Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Fix console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyestep committed Apr 2, 2018
1 parent 5ef5204 commit e045f30
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ define(
storage_password = storage_passwords[index];
storage_password_stanza_name = storage_password.name;
if (storage_password_stanza_name.includes(realm_name)) {
console.log("Storage Password");
console.log(storage_password);
storage_passwords_found.push(storage_password);
}
}
Expand Down

0 comments on commit e045f30

Please sign in to comment.