summaryrefslogtreecommitdiffstats
path: root/lib/ASM/Log.pm
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2015-12-25 21:52:37 +0400
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2015-12-25 21:52:37 +0400
commit3ad48471cdaec8059be4945606d97c019f2e4ce0 (patch)
treeb921b20df890e38c0a7b5638fc42912ad40dcbc7 /lib/ASM/Log.pm
parent8aa897dc2ed6f342517daf97aaac881aa4fe62f4 (diff)
General code cleanup (removing unused functions / old commented out code / etc.)
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);
}
}