undo accidental change in last commit

This commit is contained in:
Lars Holmberg 2024-06-07 20:24:59 +02:00
parent f3e806870c
commit 448ee0e0f6
1 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
from locust import HttpUser, between, task
import logging
import time
@ -9,9 +8,6 @@ class QuickstartUser(HttpUser):
@task
def hello_world(self):
logging.debug("debug")
logging.info("info")
logging.warning("warning")
self.client.get("/hello")
self.client.get("/world")