remove error log

This commit is contained in:
AmirHossein Mahmoodi
2025-05-07 09:06:30 +03:30
parent 883a68062f
commit 548013c327
2 changed files with 22 additions and 7 deletions

View File

@@ -28,7 +28,6 @@ const useCallerHistory = (callId, phoneNumber, maxSize) => {
setHistoryData(unique);
} catch (error) {
console.error("Error fetching caller history:", error);
setHasError(true);
setHistoryData([]);
} finally {