mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04: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