Remove janitor key UnregisterSignal [NO GBP] (#74280)

## About The Pull Request

Removes UnregisterSignal when the janitor access key ring is destroyed.
Signal will clean itself up. Mentions adding janitor keys to the
Custodial Locator, which I forgot on the last PR
https://github.com/tgstation/tgstation/pull/74181

## Changelog
🆑 LT3
qol: Janitor access keys now show up on the Custodial Locator tablet app
/🆑
This commit is contained in:
lessthanthree
2023-03-27 13:11:51 -06:00
committed by GitHub
parent 84ab57cad0
commit 0d7954d3a0
-1
View File
@@ -25,7 +25,6 @@
GLOB.janitor_devices += src
/obj/item/access_key/Destroy()
UnregisterSignal(SSdcs, COMSIG_ON_DEPARTMENT_ACCESS)
GLOB.janitor_devices -= src
return ..()