Skip to content

Commit

Permalink
Remove the "default handles loaded" message based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
donnchawp committed Dec 19, 2024
1 parent 0e48840 commit d270c62
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ const MetaComponent = ( { buttonText, placeholder, datasyncKey }: Props ) => {

function loadDefaultValue() {
setInputValue( defaultValue );
setNotice( {
id: 'minify_' + concatenateType + '_load_default',
type: 'success',
message: __( 'Default handles loaded', 'jetpack-boost' ),
} );
/*
* Possible Events:
* minify_js_exceptions_load_default
Expand Down

0 comments on commit d270c62

Please sign in to comment.