Remove unused variable

This commit is contained in:
Eric Rosenbaum 2017-06-22 10:54:52 -04:00
parent 0bc892f03d
commit 66b4ae3795

View file

@ -172,7 +172,6 @@ class AudioEngine {
// microphone, for measuring loudness, with a level meter analyzer
this.mic = null;
this.micMeter = null;
}
/**