[MIRROR] Remove unused output var from sql_message_system.dm [MDB IGNORE] (#26131)

* Remove unused `output` var from `sql_message_system.dm` (#80951)

## About The Pull Request
Fixes this
![Screenshot
(382)](https://github.com/tgstation/tgstation/assets/110812394/39f8ae38-0632-4429-9d46-3355d16b9e86)

## Changelog
N/A

* Remove unused `output` var from `sql_message_system.dm`

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-01-16 20:37:25 +01:00
committed by GitHub
parent 46bce30a99
commit e9d215ee10
-1
View File
@@ -651,7 +651,6 @@
return
if(!type)
return
var/output
var/list/parameters = list(
"targetckey" = target_ckey,
"type" = type,