mirror of
https://github.com/mito-systems/ranger-app.git
synced 2026-05-04 08:42:03 +00:00
less console logs
This commit is contained in:
parent
0dff388898
commit
6027296548
@ -121,10 +121,10 @@ export async function fetchAnimalRecords(portalName: string): Promise<AnimalReco
|
||||
console.log('Processed animal records count:', records.length);
|
||||
|
||||
if (records.length > 0) {
|
||||
console.log('Image URLs from records:');
|
||||
records.forEach((record, index) => {
|
||||
console.log(`Record ${index + 1} image URL: ${record.attributes.imageUrl}`);
|
||||
});
|
||||
//console.log(`Found ${record.length} image URLs from records`);
|
||||
//records.forEach((record, index) => {
|
||||
//console.log(`Record ${index + 1} image URL: ${record.attributes.imageUrl}`);
|
||||
// });
|
||||
} else {
|
||||
console.log('No records found with valid image URLs');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user