summaryrefslogtreecommitdiffstats
path: root/lib/ASM/Log.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ASM/Log.pm')
-rw-r--r--lib/ASM/Log.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ASM/Log.pm b/lib/ASM/Log.pm
index c2a2b72..b12f58d 100644
--- a/lib/ASM/Log.pm
+++ b/lib/ASM/Log.pm
@@ -3,7 +3,6 @@ package ASM::Log;
use warnings;
use strict;
-#use IO::All;
use POSIX qw(strftime);
sub new
@@ -105,7 +104,6 @@ sub logg
if (defined($spy)) {
say $spy "$chan: $nostamp";
}
-# $_ >> io($path);
}
}