mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
Remove stray console.log
This commit is contained in:
parent
3fec466b29
commit
bb3ed6c6c3
1 changed files with 0 additions and 1 deletions
|
|
@ -208,7 +208,6 @@ export function setPreamp(value) {
|
|||
|
||||
export function toggleEq() {
|
||||
return (dispatch, getState) => {
|
||||
console.log("ho");
|
||||
const type = getState().equalizer.on ? SET_EQ_OFF : SET_EQ_ON;
|
||||
dispatch({ type });
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue