aboutsummaryrefslogtreecommitdiff
path: root/launch.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-22 12:21:05 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-22 12:21:05 +0300
commit90eb731ff1d73fdc5872ff9682d5c88c9737ba38 (patch)
tree0df0dfd875918300d8c3f1df198c99e8d2f5a503 /launch.py
parent491d42bb1cbb9e6905f9ab1e7db77a0497f50f85 (diff)
start timer early anyway
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/launch.py b/launch.py
index 114466cf..d46e9e27 100644
--- a/launch.py
+++ b/launch.py
@@ -1,6 +1,5 @@
from modules import launch_utils
-
args = launch_utils.args
python = launch_utils.python
git = launch_utils.git
@@ -26,8 +25,6 @@ start = launch_utils.start
def main():
- from modules import timer
- timer.startup_timer.record("start")
if not args.skip_prepare_environment:
prepare_environment()