mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:09:01 +08:00
Remove console logs
Contributes to CL-1126
This commit is contained in:
parent
dc4b69c386
commit
4c831de06c
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user