Skip to content

Commit 1f717c8

Browse files
committed
Issue #10, stop crying wolf.
1 parent 6a3e678 commit 1f717c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/docsplit.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Docsplit
2121

2222
ESCAPE = lambda {|x| Shellwords.shellescape(x) }
2323

24-
# Check for all dependencies, and warn of their absence.
24+
# Check for all dependencies, and note their absence.
2525
dirs = ENV['PATH'].split(File::PATH_SEPARATOR)
2626
DEPENDENCIES.each_key do |dep|
2727
dirs.each do |dir|
@@ -30,7 +30,6 @@ module Docsplit
3030
break
3131
end
3232
end
33-
warn "Warning: Docsplit dependency #{dep} not found." if !DEPENDENCIES[dep]
3433
end
3534

3635
# Raise an ExtractionFailed exception when the PDF is encrypted, or otherwise

0 commit comments

Comments
 (0)