diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-06-24 07:20:34 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-06-24 07:20:34 +0100 |
commit | e74a04c79c5929250fa2afbabc71919d9e3853c6 (patch) | |
tree | 622d1ee338d6fbc83300d197cf089523eae77b74 /lib/custodian/util | |
parent | acf66f27d63ac31f8ca3b7f1833c1ff64cb566dc (diff) |
Removed obsolete debug-code.
Diffstat (limited to 'lib/custodian/util')
-rwxr-xr-x | lib/custodian/util/timespan.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/util/timespan.rb b/lib/custodian/util/timespan.rb index 7d45e44..a43ca55 100755 --- a/lib/custodian/util/timespan.rb +++ b/lib/custodian/util/timespan.rb @@ -90,4 +90,4 @@ module Custodian end end -puts Custodian::Util::TimeSpan.inside?( "11pm", "2am", 14 ) + |