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 331e1d4 commit 9af6d0cCopy full SHA for 9af6d0c
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