braid-text 0.5.12 → 0.5.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,6 @@ class SyncArea extends HTMLElement {
59
59
  // Builds the inner textarea, wires up events, starts simpleton_client
60
60
  // and cursor_highlights if enabled.
61
61
  connect() {
62
- console.log('DBG sync-area: connect', {src: this.getAttribute('src'), accept: this.getAttribute('accept')})
63
62
  if (this.firstChild)
64
63
  console.warn('<sync-area> ignoring existing child content')
65
64
  while (this.firstChild) this.removeChild(this.firstChild)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-text",
3
- "version": "0.5.12",
3
+ "version": "0.5.13",
4
4
  "description": "Library for collaborative text over http using braid.",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braid-text",