Cleanup log messages

This commit is contained in:
Mashintime 2023-12-19 21:23:22 -05:00
parent 25aa026f08
commit b73756541b

View file

@ -447,8 +447,8 @@ Spectrum.prototype.onKeypress = function (e) {
export function Spectrum(id, options) {
console.log("waterfall init....")
console.log(document.getElementById(id))
// console.log("waterfall init....")
//console.log(document.getElementById(id))
// Handle options
this.centerHz = options && options.centerHz ? options.centerHz : 1500;