Skip to content

Commit 9f12a31

Browse files
selulCopilot
andauthored
Update assets/src/dashboard/parts/connected/settings/Compression.js
Co-authored-by: Copilot <[email protected]>
1 parent 5f5b68b commit 9f12a31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/src/dashboard/parts/connected/settings/Compression.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ const Compression = ({
6565
setCanSave( true );
6666
const data = { ...settings };
6767
data[ option ] = value ? 'enabled' : 'disabled';
68-
console.log( option, value, data );
69-
7068
setSettings( data );
7169
};
7270

0 commit comments

Comments
 (0)