diff --git a/Content.Server/Fax/FaxMachineComponent.cs b/Content.Server/Fax/FaxMachineComponent.cs
index 169440ba13..a189bdc05a 100644
--- a/Content.Server/Fax/FaxMachineComponent.cs
+++ b/Content.Server/Fax/FaxMachineComponent.cs
@@ -51,15 +51,6 @@ public sealed partial class FaxMachineComponent : Component
[DataField("receiveNukeCodes")]
public bool ReceiveNukeCodes { get; set; } = false;
- // Corvax-StationGoal-Start
- ///
- /// Should that fax receive station goal info
- ///
- [ViewVariables(VVAccess.ReadWrite)]
- [DataField("receiveStationGoal")]
- public bool ReceiveStationGoal { get; set; } = false;
- // Corvax-StationGoal-End
-
///
/// Should this fax receive station goals
///