1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-03 13:12:11 +02:00

small fix

This commit is contained in:
Gerkiz 2020-04-27 23:35:21 +02:00
parent 677b2b1647
commit 49f6dc9ab6

View File

@ -224,7 +224,6 @@ local function on_gui_switch_state_changed(event)
return
elseif package.loaded['comfy_panel.poll'] then
if poll_function[event.element.name] then
log("here")
poll_function[event.element.name](event)
return
end