atnikos commited on
Commit
d1192f1
·
1 Parent(s): 6da63fc

small change

Browse files
Files changed (1) hide show
  1. renderer/humor.py +2 -2
renderer/humor.py CHANGED
@@ -105,9 +105,9 @@ def render_offset(args):
105
 
106
  def render_multiprocess(vertices, out_path, fps, **kwargs):
107
  # WIP: does not work yet
108
- import ipdb
109
 
110
- ipdb.set_trace()
111
  # remove title if it exists
112
  kwargs.pop("title", None)
113
 
 
105
 
106
  def render_multiprocess(vertices, out_path, fps, **kwargs):
107
  # WIP: does not work yet
108
+ # import ipdb
109
 
110
+ # ipdb.set_trace()
111
  # remove title if it exists
112
  kwargs.pop("title", None)
113