AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
868 stars 149 forks source link

Console spam #218

Closed DanielMcAssey closed 1 year ago

DanielMcAssey commented 1 year ago

Just using the new version and I noticed there are 2 lines which have console.log which has erratic output. I would recommend using console.debug to prevent production releases having this

https://github.com/AlexTorresDev/custom-electron-titlebar/blob/e57a1685644edc2071c079446867e7579016ed07/src/menubar/index.ts#L194

and

https://github.com/AlexTorresDev/custom-electron-titlebar/blob/e57a1685644edc2071c079446867e7579016ed07/src/menubar/index.ts#L868

Thank you