mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Removed trace
This commit is contained in:
@@ -452,7 +452,7 @@ end
|
|||||||
-- @return #EVENT.Events
|
-- @return #EVENT.Events
|
||||||
function EVENT:RemoveEvent( EventClass, EventID )
|
function EVENT:RemoveEvent( EventClass, EventID )
|
||||||
|
|
||||||
self:E( { "Removing subscription for class: ", EventClass:GetClassNameAndID() } )
|
self:F2( { "Removing subscription for class: ", EventClass:GetClassNameAndID() } )
|
||||||
|
|
||||||
local EventPriority = EventClass:GetEventPriority()
|
local EventPriority = EventClass:GetEventPriority()
|
||||||
|
|
||||||
@@ -529,7 +529,7 @@ end
|
|||||||
-- @param EventID
|
-- @param EventID
|
||||||
-- @return #EVENT
|
-- @return #EVENT
|
||||||
function EVENT:OnEventGeneric( EventFunction, EventClass, EventID )
|
function EVENT:OnEventGeneric( EventFunction, EventClass, EventID )
|
||||||
self:E( { EventID } )
|
self:F2( { EventID } )
|
||||||
|
|
||||||
local EventData = self:Init( EventID, EventClass )
|
local EventData = self:Init( EventID, EventClass )
|
||||||
EventData.EventFunction = EventFunction
|
EventData.EventFunction = EventFunction
|
||||||
|
|||||||
Reference in New Issue
Block a user