Skip to content

Commit 7c730f6

Browse files
authored
Merge pull request #249 from LabKey/fb_merge_25.3_to_develop
Merge discvr-25.3 to develop
2 parents e83144b + b012e2a commit 7c730f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

laboratory/resources/web/laboratory/window/AssaySpreadsheetImportWindow.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ Ext4.define('Laboratory.ext.AssaySpreadsheetImportWindow', {
6262
return;
6363
}
6464

65-
// TODO: debugging, ultimately remove this
66-
LDK.ConvertUtils.setVerboseLogging(true);
67-
6865
var models = LDK.StoreUtils.getModelsFromText({
6966
store: win.targetGrid.store,
7067
text: text
@@ -80,9 +77,6 @@ Ext4.define('Laboratory.ext.AssaySpreadsheetImportWindow', {
8077

8178
win.targetGrid.store.add(toAdd);
8279

83-
// TODO: debugging, ultimately remove this
84-
LDK.ConvertUtils.setVerboseLogging(false);
85-
8680
win.close();
8781
}
8882
},{

0 commit comments

Comments
 (0)