Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Aug 27, 2024
1 parent 178b111 commit d57c67b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/cpp/ts_driver/tiled_tiff/omexml.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,5 @@ std::string OmeXml::ToJsonStr(){

oss.seekp(-1, oss.cur);
oss << "}"; //finish json
//std::cout << oss.str() << std::endl;
return oss.str();
}
3 changes: 0 additions & 3 deletions src/cpp/ts_driver/tiled_tiff/tiled_tiff_key_value_store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,6 @@ struct ReadTask {
}
}
}
// auto time2 = std::chrono::steady_clock::now();
// std::chrono::duration<double> elapsed_time = time2 - time1;
//std::cout<<"Time Reading Tiff=" << elapsed_time.count()<< std::endl;
return read_result;
}
};
Expand Down

0 comments on commit d57c67b

Please sign in to comment.