Skip to content

Commit

Permalink
remove stray sysmsgs
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 28, 2018
1 parent 31dc372 commit 256e2a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ local t =
SCREENMAN:GetTopScreen():AddInputCallback(searchInput)
self:finishtweening()
if NSMAN:IsETTP() then
ms.ok("Song search activated")
self:visible(true)
active = true
whee:Move(0)
Expand All @@ -166,7 +165,6 @@ local t =
SetCommand = function(self)
self:finishtweening()
if getTabIndex() == (NSMAN:IsETTP() and 0 or 1) then
ms.ok("Song search activated")
MESSAGEMAN:Broadcast("BeginningSearch")
self:visible(true)
active = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ if NSMAN:IsETTP() then
t[#t + 1] =
Def.ActorFrame {
LeftClickMessageCommand = function()
SCREENMAN:SystemMessage("asdasdasd")
MESSAGEMAN:Broadcast("MouseLeftClick")
end
}
Expand Down

0 comments on commit 256e2a3

Please sign in to comment.