Remove unused console.log()s

This commit is contained in:
Jordan Eldredge 2016-08-29 20:18:12 -07:00
parent 344a3c9432
commit be03593bf3
2 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -231,8 +231,8 @@ module.exports = {
this.bands[band].gain.value = db;
},
setPreamp: function(value) {
console.log(value);
setPreamp: function() {
// ??
},
getBalance: function() {