remove console log

This commit is contained in:
faris Aljohari
2024-09-17 15:19:00 +03:00
parent 20dc93c354
commit f814405825

View File

@ -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',