From 3ad48471cdaec8059be4945606d97c019f2e4ce0 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Fri, 25 Dec 2015 21:52:37 +0400 Subject: General code cleanup (removing unused functions / old commented out code / etc.) --- lib/ASM/Log.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/ASM/Log.pm') 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); } } -- cgit v1.2.3