Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
Co-authored-by: Duc Trung Le <[email protected]>
  • Loading branch information
martinRenou and trungleduc committed Dec 13, 2023
1 parent 4245b60 commit 74b3bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/schema/src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ export class JupyterCadDoc
const objs = this._objects.map(
obj => JSONExt.deepCopy(obj.toJSON()) as IJCadObject
);
console.log(objs);
return objs;
}

Expand Down Expand Up @@ -507,7 +506,6 @@ export class JupyterCadStepDoc extends JupyterCadDoc {
get objects(): Array<IJCadObject> {
const source = this._source.toJSON();

console.log('Source is', this._source, source);

if (!source) {
return [];
Expand Down

0 comments on commit 74b3bfe

Please sign in to comment.