mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
fix(block-tools): remove console log
This commit is contained in:
parent
5e6cebf6d0
commit
c6bcd4ce18
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user