mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
Remove debug print
This commit is contained in:
@@ -75,7 +75,6 @@ class Title
|
||||
contents_signature = Dir.contents_signature @dir, cache
|
||||
# not changed, preserve
|
||||
return true if @contents_signature == contents_signature
|
||||
puts "Contents changed in #{@dir}"
|
||||
|
||||
# fix title
|
||||
@contents_signature = contents_signature
|
||||
|
||||
Reference in New Issue
Block a user