diff options
| author | 2015-12-25 21:52:37 +0400 | |
|---|---|---|
| committer | 2015-12-25 21:52:37 +0400 | |
| commit | 3ad48471cdaec8059be4945606d97c019f2e4ce0 (patch) | |
| tree | b921b20df890e38c0a7b5638fc42912ad40dcbc7 /lib/ASM/Log.pm | |
| parent | 8aa897dc2ed6f342517daf97aaac881aa4fe62f4 (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.pm | 2 |
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); } } |
