Removing TODO; hasn't been an issue for about a year.

PiperOrigin-RevId: 236003038
diff --git a/src/TulsiGenerator/Scripts/bazel_build.py b/src/TulsiGenerator/Scripts/bazel_build.py
index d97ffad..ef7d59a 100755
--- a/src/TulsiGenerator/Scripts/bazel_build.py
+++ b/src/TulsiGenerator/Scripts/bazel_build.py
@@ -150,7 +150,6 @@
   Args:
     lock_path: Path to the lock file.
   """
-  # TODO(b/74119354): Add lockfile timer back and lazily instantiate logger.
   _PrintUnbuffered('Queuing Tulsi build...')
   # TODO(b/69414272): See if we can improve this for multiple WORKSPACEs.
   lockfile = open(lock_path, 'w')