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 () {
|
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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue