Remove debugging code.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
d770c7e3da
commit
e1a5b7193a
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
yapfaq 1.0.1 (unreleased)
|
yapfaq 1.0.1 (unreleased)
|
||||||
* Add %t placeholder for Message-ID (feature parity with 0.9).
|
* Add %t placeholder for Message-ID (feature parity with 0.9).
|
||||||
|
* Remove debugging code.
|
||||||
|
|
||||||
yapfaq 1.0.0 (2025-01-23)
|
yapfaq 1.0.0 (2025-01-23)
|
||||||
* Complete rewrite.
|
* Complete rewrite.
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,6 @@ use Path::Tiny; # CPAN
|
||||||
use Getopt::Long qw(GetOptions);
|
use Getopt::Long qw(GetOptions);
|
||||||
Getopt::Long::config ('bundling');
|
Getopt::Long::config ('bundling');
|
||||||
|
|
||||||
use Data::Dumper;
|
|
||||||
|
|
||||||
# configuration #######################
|
# configuration #######################
|
||||||
# may be overwritten via ~/.yapfaqrc or command line
|
# may be overwritten via ~/.yapfaqrc or command line
|
||||||
my %Config;
|
my %Config;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue