Skip to content

Commit 730bd13

Browse files
Remove unnecessary method call
1 parent 72adc29 commit 730bd13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

laboratory/src/org/labkey/laboratory/assay/AssayHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public Map<String, Object> saveTemplate(User u, Container c, ExpProtocol protoco
136136
if (templateId == null)
137137
{
138138
row = Table.insert(u, ti, row);
139-
row.get("rowid");
140139
}
141140
else
142141
{

0 commit comments

Comments
 (0)