aboutsummaryrefslogtreecommitdiff
path: root/fonts/dupglyphs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/dupglyphs.pl')
-rw-r--r--fonts/dupglyphs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts/dupglyphs.pl b/fonts/dupglyphs.pl
index e2e8993..f3d5706 100644
--- a/fonts/dupglyphs.pl
+++ b/fonts/dupglyphs.pl
@@ -13,7 +13,7 @@ sub dup {
my @cps = ($orig =~ /\[(\w+)\];/g);
for my $cp (@cps) {
- warn ">> $cp <<\n";
+ #warn ">> $cp <<\n";
$glyphcount++;
($new = $orig) =~ s,(Unicode: ).*,$1\[$cp\];,;
$ret .= $new;