Skip to content

Commit fb28066

Browse files
committed
update fps.py
1 parent cd25cab commit fb28066

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/fps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def write_csv(*list):
152152
os.makedirs(path)
153153
f = open(PATH("%s/fps-%s.csv" %(path, utils.timestamp())), "w")
154154
times = list[0]
155-
print times
156155
fps = list[1]
157156
jankniess = list[2]
158157

0 commit comments

Comments
 (0)