去垃圾日志

This commit is contained in:
lv 2025-10-17 15:36:17 +08:00
parent 264e76d05d
commit a602655278
2 changed files with 2 additions and 1 deletions

View File

@ -218,6 +218,7 @@ export async function takePhoto(param, context, dir, flag = 1, callback?) {
// @ts-ignore
// var snapResult = rtsp_server.getVideoSnapshot(context, video_uri, '', dir);
if (flag == 0) {
// @ts-ignore
rtsp_server.detectVideoSnapshotSize(video_uri, fileName, (err, snapResult) => {
console.log("baohaowen_detectLoop round end size1:" + snapResult.fileSize);
callback({ fileSize: snapResult.fileSize, errorCode: snapResult.errorCode })

View File

@ -380,7 +380,7 @@ export default class UdpClientByCenter {
}
// console.info('surenjun2','set message_1Fn=>' + newArr.toString())
callback && callback(newArr.toString())
console.info('surenjun 左方向灯=>', newArr.toString())
// console.info('surenjun 左方向灯=>', newArr.toString())
this.currentValue = newArr.toString();
} else {
callback && callback('')