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

Sign up to get free protection for your applications and to get access to all the features.
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;