Remove console logs

Contributes to CL-1126
This commit is contained in:
Ian Paschal 2018-11-06 16:41:59 +01:00
parent dc4b69c386
commit 4c831de06c

View file

@ -248,8 +248,6 @@ Item {
// Utils // Utils
function switchPopupState() { function switchPopupState() {
popup.visible ? popup.close() : popup.open(); popup.visible ? popup.close() : popup.open();
console.log("printJob.state is:", printJob.state);
console.log("children.length is:", getMenuLength());
} }
function isStarted(job) { function isStarted(job) {
if (!job) { if (!job) {