Skip to content

Commit

Permalink
remove redundant chat message
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Dec 6, 2020
1 parent 78dba9c commit 6515944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop/desktop_panels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@
TableManager.processTableRoll("", "Weather Precipitation");
end
if DB.getValue("calendar.check.day") == nil or DB.getValue("calendar.check.day") ~= DB.getValue("calendar.current.day") then
CalendarManager.outputDate();
DB.setValue("calendar.check.day", "number", DB.getValue("calendar.current.day"));
end
if nDay > 0 then
Expand Down

0 comments on commit 6515944

Please sign in to comment.