Skip to content

Commit

Permalink
rm console log line
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeChampeau committed Jan 5, 2024
1 parent 91be3a0 commit 3eb203f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { keywordTypes } from "../../../../../../background/analysis/classModels"
* @param {string} obj.streetAddress
*/
export const AddressForm = ({ onChange, city, region, zip, streetAddress }) => {
console.log(streetAddress);
return (
<SForm>
<SKeyword>
Expand Down

0 comments on commit 3eb203f

Please sign in to comment.