This commit is contained in:
Rene Schallner
2021-11-21 21:23:03 +01:00
parent 3ee8ba7716
commit 6b6169515c

View File

@@ -378,7 +378,6 @@ end
-- find this week's weekly note and create it if necessary. -- find this week's weekly note and create it if necessary.
-- --
GotoThisWeek = function(opts) GotoThisWeek = function(opts)
print('local version')
opts = {} or opts opts = {} or opts
local title = os.date("%Y-W%V") local title = os.date("%Y-W%V")
@@ -434,7 +433,6 @@ local M = {
goto_thisweek = GotoThisWeek, goto_thisweek = GotoThisWeek,
find_weekly_notes = FindWeeklyNotes, find_weekly_notes = FindWeeklyNotes,
} }
print('local version')
return M return M