fix(block-tools): remove console log

This commit is contained in:
SamTolmay 2020-11-30 13:13:34 +02:00
parent 5e6cebf6d0
commit c6bcd4ce18
2 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@ plugins:
- react-hooks
rules:
prettier/prettier: error
no-console: warn
no-underscore-dangle: 'off'
no-param-reassign: warn
no-nested-ternary: warn

View File

@ -23,8 +23,6 @@ const useDynamicScript = ({ src }) => {
const [failed, setFailed] = React.useState(false);
React.useEffect(() => {
console.log(scripts);
if (!src) return;
// Check if script is already added to DOM