Skip to content

Commit

Permalink
small modification to copypaste bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Plaza committed Jun 24, 2015
1 parent 0bf1dff commit c52477f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load_tests/copypaste_bodies.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const char * HELP = "Program takes a list of bodies from one UUID and copies to

int main(int argc, char** argv)
{
/*
// ?! temp

DVIDNodeService dvid_node3(argv[1], argv[2]);
int found = 0;
int i = 1;
Expand All @@ -41,7 +41,7 @@ int main(int argc, char** argv)
found++;
}
++i;
}
}*/


ScopeTime overall_time;
Expand Down

0 comments on commit c52477f

Please sign in to comment.