remove logs
This commit is contained in:
@@ -148,8 +148,6 @@ export async function fetchViolationStats() {
|
||||
}
|
||||
|
||||
export async function getFileViolations(fileId: string, page: number) {
|
||||
console.log('getFileViolations');
|
||||
console.log(page);
|
||||
|
||||
try {
|
||||
const response = await fetch(`${API_BASE_URL}/api/v1/data`, {
|
||||
|
||||
Reference in New Issue
Block a user