mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 19:54:54 +00:00
remove console log
This commit is contained in:
@ -828,8 +828,6 @@ export class DeviceService {
|
||||
endTime: string = Date.now().toString(),
|
||||
): Promise<getDeviceLogsInterface> {
|
||||
try {
|
||||
console.log(startTime, endTime);
|
||||
|
||||
const path = `/v2.0/cloud/thing/${deviceId}/report-logs?start_time=${startTime}&end_time=${endTime}&codes=${code}&size=50`;
|
||||
const response = await this.tuya.request({
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user