We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6832e50 commit 5c15bb7Copy full SHA for 5c15bb7
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