Skip to content

Commit fece929

Browse files
committed
remove print
1 parent 2f682f5 commit fece929

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

surftimer/ck_playeroptions2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,8 @@ async def updatePlayerOptions(
164164
data.steamid32,
165165
)
166166
)
167-
print('xquery',xquery)
168-
content_data = {"updated": xquery, "xtime": time.perf_counter() - tic}
169167

168+
content_data = {"updated": xquery, "xtime": time.perf_counter() - tic}
170169
if xquery < 1:
171170
response.body = json.dumps(content_data).encode('utf-8')
172171
response.status_code = status.HTTP_304_NOT_MODIFIED

0 commit comments

Comments
 (0)