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