Cleanup comment

This commit is contained in:
abejgonzalez
2020-12-02 15:53:11 -08:00
parent 3bc1bdb841
commit eee0d58b5d

View File

@@ -161,8 +161,6 @@ SBT_THIN_CLIENT_TIMESTAMP = $(base_dir)/SBT_TIMESTAMP
ifdef ENABLE_SBT_THIN_CLIENT
override SCALA_BUILDTOOL_DEPS += $(SBT_THIN_CLIENT_TIMESTAMP)
# enabling speeds up sbt loading
# however if build.sbt changes are done you need to
# "shutdown" the server (shutdown-sbt target) to reload build.sbt changes
SBT_CLIENT_FLAG = --client
endif