Skip to content

Commit

Permalink
Fix CI Pipeline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiVarunVaranasi committed Jun 21, 2021
1 parent ebd7ae2 commit 51977fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/login/Registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export default function Registration() {
} = useForm();
const onSubmit = (data) => console.log(data);
console.log(errors);
require('log-timestamp')('#INFO');
console.log('Registration call');
return (
<div>
<div
Expand Down

0 comments on commit 51977fc

Please sign in to comment.