Removed stray console.log statement (#2689)

This commit is contained in:
Erik Jan de Wit 2022-05-24 14:06:24 +02:00 committed by GitHub
parent f590deac7a
commit a1cba372d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ export const SaveReset = ({
isActive = true,
...rest
}: SaveResetProps) => {
console.log(isActive);
const { t } = useTranslation("common");
return (
<ActionGroup {...rest}>