Changeset 47fff5 in git


Ignore:
Timestamp:
May 8, 2013, 3:33:20 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
9b3ad3d7d7e4664e8d3edba66cf01c3625bda816
Parents:
e372e5a6920b580479daceabaed68732dc3b8676
Message:
fix: removed duplicate debug stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    re372e5a r47fff5  
    85098509  Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets=%d\n",
    85108510         strat->honey,strat->sugarCrit,strat->Gebauer,strat->noTailReduction,strat->use_buckets);
    8511   Print("posInLDependsOnLength=%d, use_buckets=%d\n",
    8512          strat->posInLDependsOnLength,strat->use_buckets);
     8511  Print("posInLDependsOnLength=%d\n",
     8512         strat->posInLDependsOnLength);
    85138513  PrintS(showOption());PrintLn();
    85148514  PrintS("LDeg: ");
Note: See TracChangeset for help on using the changeset viewer.