rulegen:: removed debug

This commit is contained in:
Zeno Rogue 2022-07-12 14:45:09 +02:00
parent 591d370ea4
commit dfe0d7ccf9
1 changed files with 0 additions and 3 deletions

View File

@ -784,10 +784,7 @@ EX void look_for_shortcuts(tcell *c, shortcut& sh) {
ufind(tw);
ufind(tw0);
vector<tcell*> opath;
for(auto& v: sh.pre) {
opath.push_back(tw.at);
tw += v;
if(!tw.peek() && !(flags & w_less_smart_retrace)) return;
ufind(tw);