Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 committed Aug 24, 2022
1 parent 2bb706d commit b890bf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assets/js/customizer/color/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ export class Preview {
subcolor = paletteSelector.getColor( subcolor, true );

let alpha = parent.net.brehaut.Color( color );
let subalpha = parent.net.brehaut.Color( subcolor );
let css = '';

location = location.replace( /_/g, '-' );
Expand Down

0 comments on commit b890bf9

Please sign in to comment.