mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Remove console logs
Contributes to CL-1126
This commit is contained in:
parent
dc4b69c386
commit
4c831de06c
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue