mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +08:00
Remove console logs
Contributes to CL-1126
This commit is contained in:
parent
dc4b69c386
commit
4c831de06c
@ -248,8 +248,6 @@ Item {
|
||||
// Utils
|
||||
function switchPopupState() {
|
||||
popup.visible ? popup.close() : popup.open();
|
||||
console.log("printJob.state is:", printJob.state);
|
||||
console.log("children.length is:", getMenuLength());
|
||||
}
|
||||
function isStarted(job) {
|
||||
if (!job) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user