Skip to content

Commit 9589c1d

Browse files
committed
Removes working document not found error message.
1 parent b31cca3 commit 9589c1d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/edu/utah/ece/async/sboldesigner/sbol/editor/dialog/RegistryInputDialog.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,9 @@ private List<ComponentDefinition> searchParts(Part part) {
437437
if (file.exists()) {
438438
doc = SBOLReader.read(file);
439439
} else {
440-
JOptionPane.showMessageDialog(null,
441-
"The working document could not be found on disk. Try opening the file again.");
440+
// JOptionPane.showMessageDialog(null, "The working
441+
// document could not be found on disk. Try opening the
442+
// file again.");
442443
return new ArrayList<ComponentDefinition>();
443444
}
444445
}

0 commit comments

Comments
 (0)