diff options
author | bobzel <zzzman@gmail.com> | 2025-03-17 15:08:40 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-17 15:08:40 -0400 |
commit | 8437c22e6489518eff99d05490f64d4adbad1118 (patch) | |
tree | 89c4ef254d7c6cf4f9e0d9cfa1277447f44eaff4 /src/client/documents/Documents.ts | |
parent | c54d3f4338d16c907273762758853a183b543630 (diff) |
runtime warnings cleanup
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 45d02e822..f5ea849ae 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -743,7 +743,6 @@ export namespace Docs { } // users placeholderDoc as proto if it exists - console.log('placeholder: ', placeholderDocIn, ' data: ', dataProps['data']) const dataDoc = Doc.assign(placeholderDoc ? Doc.GetProto(placeholderDoc) : Doc.MakeDelegate(proto, protoId), dataProps, undefined, true); if (placeholderDoc) { |