From a5dbbb1d492bfa903b32fbd88e74b3c583e9cec5 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 14 Jul 2015 23:04:22 +0200 Subject: [PATCH] Remove useless lines. --- bin/kook | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/kook b/bin/kook index 8ef2c0d..e96057d 100755 --- a/bin/kook +++ b/bin/kook @@ -6,13 +6,9 @@ require 'singleton' require 'pathname' require 'colorize' -require 'pp' DATA_DIR = (Pathname.new(__FILE__).dirname + '..').realpath.to_s -# FIXME: should not require including the 'lib' dir. -#$:.insert 0, File.join(DATA_DIR, 'lib') - require 'thor' require 'kook'