Closed DanielMcAssey closed 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
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