From abc7118af48937aaaa6135f9e4e55d8320783171 Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Fri, 18 May 2018 12:24:43 -0500 Subject: [PATCH] Deleted Curse-specific packaging information --- AnnoyingPopupRemover.lua | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/AnnoyingPopupRemover.lua b/AnnoyingPopupRemover.lua index 0cadf31..d43d340 100644 --- a/AnnoyingPopupRemover.lua +++ b/AnnoyingPopupRemover.lua @@ -49,7 +49,7 @@ local APR = { } APR.DebugMode = false -- Set the current version so we can display it. -APR.Version = "@project-version@" +APR.Version = "4.01-release" -- Create the frame to hold our event catcher, and the list of events. APR.Frame, APR.Events = CreateFrame("Frame"), {} @@ -849,13 +849,3 @@ for k, v in pairs(APR.Events) do APR.Frame:RegisterEvent(k) end - ---@do-not-package@ --- Curse-specific command to exclude this section from appearing for end users. - ---######################################### ---# Local settings for debugging ---######################################### - -APR.DebugMode = true ---@end-do-not-package@ -- 1.7.9.5