We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a3ef8 commit 52b345dCopy full SHA for 52b345d
lua/orgmode/babel/tangle.lua
@@ -83,7 +83,6 @@ function Tangle:tangle()
83
local shebang = info.header_args[':shebang']
84
if shebang then
85
shebang = shebang:gsub('[\'"]', '')
86
- utils.echo_info(('shebang: %s'):format(shebang))
87
table.insert(parsed_content, 1, shebang)
88
end
89
0 commit comments