mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-04 07:55:28 +00:00
Remove unused console.log()s
This commit is contained in:
parent
344a3c9432
commit
be03593bf3
2 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -231,8 +231,8 @@ module.exports = {
|
|||
this.bands[band].gain.value = db;
|
||||
},
|
||||
|
||||
setPreamp: function(value) {
|
||||
console.log(value);
|
||||
setPreamp: function() {
|
||||
// ??
|
||||
},
|
||||
|
||||
getBalance: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue