Dead code removal.

pull/1130/head
Rick Carlino 2020-01-29 09:58:02 -06:00
parent 1b8f10590f
commit 54cb1dac13
1 changed files with 0 additions and 14 deletions

View File

@ -1,15 +1 @@
defmodule Farmbot.TestSupport do
alias FarmbotCore.AssetWorker.FarmbotCore.Asset.{FarmEvent, RegimenInstance}
def farm_event_timeout do
Application.get_env(:farmbot_core, FarmEvent)[:checkup_time_ms]
end
def regimen_instance_timeout do
Application.get_env(:farmbot_core, RegimenInstance)[:checkup_time_ms]
end
def asset_monitor_timeout do
Application.get_env(:farmbot_core, Farmbot.AssetMonitor)[:checkup_time_ms]
end
end