Skip to content

Commit d4c42df

Browse files
committed
Fix confusing log line when loading trouble tickets
1 parent cc906e8 commit d4c42df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/read-models/shared-state/async-apply-external-event-sources.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ const extractTroubleTicketResponseRows = (
199199
// FIXME - This is all quite hard coded for the prototype.
200200
const rows = data.sheets[0]?.data[0]?.rowData;
201201
if (!rows) {
202-
logger.error('Failed to find any trouble ticket row data');
203202
return;
204203
}
205204

0 commit comments

Comments
 (0)