Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Mar 27, 2024
1 parent d3d9c86 commit ed25434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/tab/services/formDetection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export function waitAndAttachLaunchButtons(
) {
onIdentifiedTarget((loginTarget: LoginTarget) => {
const { otpField, usernameField, passwordField } = loginTarget;
console.log("FOUND TARGET", loginTarget);
if (otpField) {
attachLaunchButton(otpField, (el) => onInputActivate(el, loginTarget, InputType.OTP));
}
Expand Down

0 comments on commit ed25434

Please sign in to comment.