Skip to content

Commit

Permalink
Deleted stray debug pause from last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pslocum committed May 8, 2018
1 parent 76b0bc5 commit 8dce182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Generators/LMCKassSignalGenerator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ namespace locust
std::thread Kassiopeia (KassiopeiaInit,gxml_filename); // spawn new thread
fRunInProgress = true;
fKassEventReady = false;
getchar();

for( unsigned index = 0; index < aSignal->DecimationFactor()*aSignal->TimeSize(); ++index )
{
Expand Down

0 comments on commit 8dce182

Please sign in to comment.