remove error log
This commit is contained in:
@@ -28,7 +28,6 @@ const useCallerHistory = (callId, phoneNumber, maxSize) => {
|
||||
|
||||
setHistoryData(unique);
|
||||
} catch (error) {
|
||||
console.error("Error fetching caller history:", error);
|
||||
setHasError(true);
|
||||
setHistoryData([]);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user