Skip to content

Commit 5c15bb7

Browse files
committed
fix(babel): remove debug messages
They keep showing up.
1 parent 6832e50 commit 5c15bb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lua/orgmode/babel/tangle.lua

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ function Tangle:tangle()
8383
local shebang = info.header_args[':shebang']
8484
if shebang then
8585
shebang = shebang:gsub('[\'"]', '')
86-
utils.echo_info(('shebang: %s'):format(shebang))
8786
table.insert(parsed_content, 1, shebang)
8887
end
8988

0 commit comments

Comments
 (0)