aboutsummaryrefslogtreecommitdiff
path: root/sbosnap
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-09-01 03:29:58 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-09-01 03:29:58 -0500
commit22e595ded4d1bc5bf6b8987ffcdd0f522d1a1bd0 (patch)
tree301ae72982684d1a843d45d4950080cd130fe153 /sbosnap
parent90cd9a74b8b562bebd4a2eaeb01ccdb3d2a75c42 (diff)
downloadsbotools2-22e595ded4d1bc5bf6b8987ffcdd0f522d1a1bd0.tar.xz
more cleanups
Diffstat (limited to 'sbosnap')
-rwxr-xr-xsbosnap3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbosnap b/sbosnap
index d17b8c7..9072941 100755
--- a/sbosnap
+++ b/sbosnap
@@ -9,8 +9,6 @@
# author: Jacob Pipkin <j@dawnrazor.net>
# date: Setting Orange, the 37th day of Discord in the YOLD 3178
# license: WTFPL <http://sam.zoy.org/wtfpl/COPYING>
-# changelog:
-# .01: initial creation.
use 5.16.0;
use strict;
@@ -19,7 +17,6 @@ use SBO::Lib;
use File::Basename;
use Getopt::Std;
-#my %config = %SBO::Lib::config;
my $sbo_home = $config{SBO_HOME};
my $self = basename ($0);