Skip to content

Commit

Permalink
Enforce no-logs policy
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Apr 21, 2024
1 parent 9448e77 commit f42caa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/servers.ml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let ui_form () =
match t with
(* FIXME: validation already happened, it's redundant to have to match *)
| { url = Ok url; username = Ok username; password = Ok password } ->
Console.log [ "Form submitted:"; url; username; password ];
Console.log [ "Form submitted:"; url; username ];
ignore @@ new_connexion ~base_url:url ~username ~password
| _ -> ())

Expand Down

0 comments on commit f42caa6

Please sign in to comment.