Remove debug

This commit is contained in:
Stig-Ørjan Smelror 2024-01-31 17:57:45 +01:00
parent ce60c586fd
commit e602533f07

3
qsgen2
View File

@ -1,8 +1,5 @@
#!/usr/bin/zsh #!/usr/bin/zsh
set -x
# trap 'read -k1' DEBUG
# Quick Site Generator 2 is a static website generator inspired by Nikola. # Quick Site Generator 2 is a static website generator inspired by Nikola.
# It is written for the Z shell (zsh) because that's what I use and also because I like it better than Bash. # It is written for the Z shell (zsh) because that's what I use and also because I like it better than Bash.
# #