From 8a1b4e8d012902a0de0c6600d97a9f026fc07743 Mon Sep 17 00:00:00 2001 From: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Date: Tue, 16 Jan 2024 02:35:46 +0530 Subject: [PATCH] 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 --- code/modules/admin/sql_message_system.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/sql_message_system.dm b/code/modules/admin/sql_message_system.dm index ac3c94f13c8..27ef1232224 100644 --- a/code/modules/admin/sql_message_system.dm +++ b/code/modules/admin/sql_message_system.dm @@ -648,7 +648,6 @@ return if(!type) return - var/output var/list/parameters = list( "targetckey" = target_ckey, "type" = type,