Remove unnecessary logging from testing

This commit is contained in:
Brandon Plank 2021-12-05 15:17:08 -05:00
parent 79a62b5e2f
commit 008835b372

View file

@ -779,9 +779,7 @@ const app = new Vue({
document.addEventListener('musickitloaded', function () { document.addEventListener('musickitloaded', function () {
// MusicKit global is now defined // MusicKit global is now defined
console.log("Loading musickit")
ipcRenderer.on('devkey', (event, key) => { ipcRenderer.on('devkey', (event, key) => {
console.log(key);
MusicKit.configure({ MusicKit.configure({
developerToken: key, developerToken: key,
app: { app: {