@kaspernj/api-maker 1.0.296 → 1.0.298

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
@@ -16,7 +16,7 @@
16
16
  ]
17
17
  },
18
18
  "name": "@kaspernj/api-maker",
19
- "version": "1.0.296",
19
+ "version": "1.0.298",
20
20
  "type": "module",
21
21
  "description": "",
22
22
  "main": "index.js",
@@ -195,9 +195,6 @@ class ApiMakerTable extends React.PureComponent {
195
195
 
196
196
  return (
197
197
  <div className={this.className()}>
198
- <div>
199
- queryQName: {this.shape.queryQName}
200
- </div>
201
198
  {preload !== undefined &&
202
199
  <CollectionLoader
203
200
  abilities={this.abilitiesToLoad()}