diff --git a/code/game/machinery/atmoalter/canister.dm b/code/game/machinery/atmoalter/canister.dm
index 83491d96a08..ea273850d90 100644
--- a/code/game/machinery/atmoalter/canister.dm
+++ b/code/game/machinery/atmoalter/canister.dm
@@ -352,7 +352,7 @@ update_flag
valve_open = !valve_open
if(valve_open)
logmsg = "Valve was opened by [key_name(usr)], starting a transfer into the [holding || "air"].
"
- if(!holding && !connected_port)
+ if(!holding)
logmsg = "Valve was opened by [key_name(usr)], starting a transfer into the air.
"
if(air_contents.toxins > 0)
message_admins("[key_name_admin(usr)] opened a canister that contains plasma in [get_area(src)]! (JMP)")