pinokiod 3.200.0 → 3.201.0

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": "pinokiod",
3
- "version": "3.200.0",
3
+ "version": "3.201.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/server/index.js CHANGED
@@ -2271,8 +2271,6 @@ class Server {
2271
2271
 
2272
2272
  if (meta) {
2273
2273
  items = running.concat(notRunning)
2274
-
2275
- console.log("AGENT", req.agent)
2276
2274
  res.render("index", {
2277
2275
  list,
2278
2276
  current_host: this.kernel.peer.host,
@@ -475,8 +475,6 @@ document.addEventListener("DOMContentLoaded", () => {
475
475
  const inspectorButton = document.querySelector('#inspector');
476
476
  const isDesktop = agent === 'electron';
477
477
 
478
- console.log({ agent, isDesktop })
479
-
480
478
  if (inspectorButton && !isDesktop) {
481
479
  const message = 'The 1-click inspect feature is only available inside the Pinokio desktop app.';
482
480