diff --git a/js/components/PlaylistWindow.jsx b/js/components/PlaylistWindow.jsx index f575f87a..b34cfeff 100644 --- a/js/components/PlaylistWindow.jsx +++ b/js/components/PlaylistWindow.jsx @@ -6,7 +6,6 @@ import DraggableWindow from './DraggableWindow.jsx'; import '../../css/playlist-window.css'; const PlaylistWindow = (props) => { - console.log(props); const style = {}; if (props) { style.color = props.Normal; diff --git a/js/media.js b/js/media.js index a248ca2e..0ff2a251 100644 --- a/js/media.js +++ b/js/media.js @@ -231,8 +231,8 @@ module.exports = { this.bands[band].gain.value = db; }, - setPreamp: function(value) { - console.log(value); + setPreamp: function() { + // ?? }, getBalance: function() {