Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Oct 13, 2023
1 parent 0e4a19f commit 7d9a568
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions frontend/src/modules/InplaceVolumetrics/channelDefs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ import { BroadcastChannelKeyCategory, BroadcastChannelValueType } from "@framewo

export enum BroadcastChannelNames {
Response = "Response (per realization)",
Test = "Test (per timestep)",
}

export const broadcastChannelsDef = {
[BroadcastChannelNames.Response]: {
key: BroadcastChannelKeyCategory.Realization,
value: BroadcastChannelValueType.Numeric,
},
[BroadcastChannelNames.Test]: {
key: BroadcastChannelKeyCategory.TimestampMs,
value: BroadcastChannelValueType.Numeric,
},
};
1 change: 0 additions & 1 deletion frontend/src/modules/SimulationTimeSeries/channelDefs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { BroadcastChannelKeyCategory, BroadcastChannelValueType } from "@framewo

export enum BroadcastChannelNames {
Realization_Value = "Value (per realization)",
Realization_Value_TEST = "Value (per realization) TEST",
}

export const broadcastChannelsDef = {
Expand Down

0 comments on commit 7d9a568

Please sign in to comment.