Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
336de01f58
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      wsps/hot_reload_temp_staging.py

+ 3
- 3
wsps/hot_reload_temp_staging.py View File

@@ -1,7 +1,7 @@
1 1
 
2 2
 # import wsps.tasks_loop as *
3 3
 from wsps.tasks_loop import *
4
-print("HOTRELOAD")
4
+# print("HOTRELOAD")
5 5
 
6 6
 
7 7
 
@@ -271,5 +271,5 @@ def init_class_edits(Mixins):
271 271
 	class_edit(Mixins.DevMixin,DevMixin_R1)
272 272
 	class_edit(Mixins.DevMixin,DevMixin_R2_DevSto)
273 273
 
274
-print(dir())
275
-print("z",flush=True)
274
+# print(dir())
275
+# print("z",flush=True)

Loading…
Cancel
Save