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.
- package/lib/utils.js +0 -1
- 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) {
|