Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenry committed Sep 11, 2024
1 parent ea7f6df commit 4ba6681
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/providers/realtime-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export default class RealtimeProvider {
if (remoteClockValues !== undefined && remoteClockValues.length > 0) {
const allClockValues = [];

// We only care about the most recent clock tick message in the batch.
remoteClockValues.forEach((parameterValue) => {
this.#convertMessageToDatumAndReportStaleness(parameterValue, subscriptionDetails, allClockValues);
});
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/yamcs/realtimeData.e2e.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ test.describe('Realtime telemetry displays', () => {
});

test('Open MCT does not drop telemetry while app is loading', async ({ page }) => {
//TODO: Upgrade this test to cycle through notifications, don't just use the last visible one.
const notification = page.getByRole('alert');
const count = await notification.count();

Expand Down

0 comments on commit 4ba6681

Please sign in to comment.