@internetarchive/bookreader 5.0.0-47-alpha3 → 5.0.0-47-alpha4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/bookreader",
3
- "version": "5.0.0-47-alpha3",
3
+ "version": "5.0.0-47-alpha4",
4
4
  "description": "The Internet Archive BookReader.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -137,7 +137,6 @@ class IABookmarks extends LitElement {
137
137
  }
138
138
 
139
139
  setup() {
140
- console.log(this.bookreader)
141
140
  this.api.identifier = this.getIdentifier();
142
141
  if (this.displayMode === 'login') {
143
142
  return;