diff options
-rw-r--r-- | lib/custodian/queue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/queue.rb b/lib/custodian/queue.rb index d1f2057..8d48575 100644 --- a/lib/custodian/queue.rb +++ b/lib/custodian/queue.rb @@ -6,7 +6,7 @@ begin require library rescue LoadError - puts "Failed to load the library: #{library}" + ENV["DEBUG"] && puts( "Failed to load the library: #{library}" ) end end |