Skip to content

Commit 92e711a

Browse files
committed
Clean console.log
Build packages Bump version
1 parent aeeacd9 commit 92e711a

File tree

16 files changed

+35
-24
lines changed

16 files changed

+35
-24
lines changed

dist/CNC/GRBL/index.html.gz

2.69 KB
Binary file not shown.

dist/CNC/GRBLHal/index.html.gz

2.71 KB
Binary file not shown.

dist/Plotter/HP-GL/index.html.gz

2.73 KB
Binary file not shown.
2.59 KB
Binary file not shown.
2.61 KB
Binary file not shown.
2.6 KB
Binary file not shown.
2.6 KB
Binary file not shown.

dist/SandTable/GRBL/index.html.gz

2.7 KB
Binary file not shown.

src/areas/elementsCache.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ const ElementsCache = () => {
3636
});
3737
return result;
3838
};
39-
console.log("ElementsCache is rendering")
39+
//console.log("ElementsCache is rendering")
4040
useEffect(() => {
4141
if (ui.ready && interfaceSettings.current?.settings?.extracontents) {
4242
//console.log("ElementsCache can now be created")
4343
const isEnabled = useUiContextFn.getValue("showextracontents")
4444
if (!isEnabled) {
45-
console.log("ExtraContent are disabled")
45+
// console.log("ExtraContent are disabled")
4646
return
4747
}
4848
const isVisibleOnStart = useUiContextFn.getValue("openextrapanelsonstart")

src/components/App/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
import { h } from "preact"
1919
import { webUIbuild } from "../../targets"
20-
export const webUIversion = "3.0.0-a70"
20+
export const webUIversion = "3.0.0-a71"
2121
export const Esp3dVersion = () => (
2222
<span>
2323
{webUIversion}.{webUIbuild}

0 commit comments

Comments
 (0)