Skip to content

Commit ad364b4

Browse files
committed
Remove debug code
1 parent 5f51cb3 commit ad364b4

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

test/src/org/labkey/test/util/cds/CDSHelper.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.labkey.test.pages.cds.LearnGrid;
3131
import org.labkey.test.pages.cds.LearnGrid.LearnTab;
3232
import org.labkey.test.util.ApiPermissionsHelper;
33-
import org.labkey.test.util.ArtifactCollector;
3433
import org.labkey.test.util.DataRegionTable;
3534
import org.labkey.test.util.Ext4Helper;
3635
import org.labkey.test.util.LabKeyExpectedConditions;
@@ -2027,17 +2026,8 @@ public int createReport(RReportHelper rReportHelper, String queryUrl, @Nullable
20272026
_test.beginAt(queryUrl);
20282027
if (!skipViewData)
20292028
{
2030-
try
2031-
{
2032-
_test.waitForElement(Locator.linkWithText("view data"));
2033-
_test.clickAndWait(Locator.linkWithText("view data"));
2034-
}
2035-
catch (NoSuchElementException threadDump)
2036-
{
2037-
// TODO: remove after debugging
2038-
ArtifactCollector.dumpThreads();
2039-
throw threadDump;
2040-
}
2029+
_test.waitForElement(Locator.linkWithText("view data"));
2030+
_test.click(Locator.linkWithText("view data"));
20412031
}
20422032

20432033
// Check to see if the report already exists. If it does, then just ignore this test.

0 commit comments

Comments
 (0)