diff --git a/src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs
index c766b3c48a..7df5e8d77f 100644
--- a/src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs
+++ b/src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs
@@ -33,9 +33,6 @@ namespace Tgstation.Server.Host.Components.Watchdog
///
public override RebootState? RebootState => Running ? (AlphaIsActive ? alphaServer?.RebootState : bravoServer?.RebootState) : null;
- ///
- protected override string DeploymentTimeWhileRunning => "when DreamDaemon reboots";
-
///
/// Server designation alpha
///