From 6b6169515c50b6816d433a88e1c6740a7ec4d06d Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 21 Nov 2021 21:23:03 +0100 Subject: [PATCH] cleanup --- lua/telekasten.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/telekasten.lua b/lua/telekasten.lua index fa4986a..60aa8fb 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -378,7 +378,6 @@ end -- find this week's weekly note and create it if necessary. -- GotoThisWeek = function(opts) - print('local version') opts = {} or opts local title = os.date("%Y-W%V") @@ -434,7 +433,6 @@ local M = { goto_thisweek = GotoThisWeek, find_weekly_notes = FindWeeklyNotes, } -print('local version') return M