fix console.log

This commit is contained in:
Stewart Allen 2020-09-26 08:10:49 -04:00
commit cab6972d99
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
* `F` extend mesh object to store raw + annotations (rot,scale,pos)
* share raw data w/ dups, encode/decode
* `F` gcode color to speed visualization bar
* `F` X,Y,Z colored axes visaliztions
* `F` X,Y,Z colored axes visualizations
* `P` bail on decimation if it's proving ineffective
* `P` improve decimation speed by avoiding in/out of Point?
* `P` server-side processing (determine protocol and storage)

View file

@ -217,7 +217,7 @@
if (evt.ctrlKey) {
evt.preventDefault();
API.conf.save();
log("settings saved");
console.log("settings saved");
} else
if (evt.metaKey) {
evt.preventDefault();