koishi-plugin-share-links-analysis 0.5.3 → 0.5.4

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.
Files changed (2) hide show
  1. package/lib/utils.js +0 -1
  2. package/package.json +1 -1
package/lib/utils.js CHANGED
@@ -462,7 +462,6 @@ async function sendResult_forward(session, config, result, logger, mixed_sending
462
462
  }
463
463
  }
464
464
  if (currentLineSegments.length > 0) {
465
- logger.info(currentLineSegments);
466
465
  mainSegments.push(...currentLineSegments);
467
466
  }
468
467
  if (!isLastLine && hasTextContent) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "koishi-plugin-share-links-analysis",
3
3
  "description": "自用插件",
4
4
  "license": "MIT",
5
- "version": "0.5.3",
5
+ "version": "0.5.4",
6
6
  "main": "lib/index.js",
7
7
  "typings": "lib/index.d.ts",
8
8
  "files": [