Skip to content

Commit

Permalink
C++ client: delete stray debug code (#5301)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosak authored Mar 27, 2024
1 parent 27cd680 commit b92ead7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpp-client/deephaven/tests/ticking_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,6 @@ TEST_CASE("Ticking Table all the data is eventually present", "[ticking]") {
auto client = TableMakerForTests::CreateClient();
auto tm = client.GetManager();

tm.RunScript(R"(from deephaven.time import dh_now
Zamboni = dh_now()
)");
// would like the above to say Zamboni = DateTimeUtils.fromEpochSecond(0)

auto table = tm.TimeTable("PT0:00:0.5")
.Update({"II = (int)((ii * 7) % 10)",
"Bytes = (byte)II",
Expand Down

0 comments on commit b92ead7

Please sign in to comment.