Removed unused logging

This commit is contained in:
2026-03-20 20:50:46 -04:00
parent 6dbac4e111
commit 4519621481

View File

@@ -10,7 +10,6 @@
module AutoAssign module AutoAssign
def self.setup def self.setup
Rails.logger.info ">>> AutoAssign.setup CALLED"
TimeEntry.prepend AutoAssign::Patches::TimeEntryPatch TimeEntry.prepend AutoAssign::Patches::TimeEntryPatch
end end
end end