Remove unnecessary logging from testing
This commit is contained in:
parent
79a62b5e2f
commit
008835b372
1 changed files with 0 additions and 2 deletions
|
@ -779,9 +779,7 @@ const app = new Vue({
|
|||
|
||||
document.addEventListener('musickitloaded', function () {
|
||||
// MusicKit global is now defined
|
||||
console.log("Loading musickit")
|
||||
ipcRenderer.on('devkey', (event, key) => {
|
||||
console.log(key);
|
||||
MusicKit.configure({
|
||||
developerToken: key,
|
||||
app: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue