mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Removed bloated log on non text clipboard data
This commit is contained in:
parent
6fa014d1a9
commit
30c373c40b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class DeckImportFromClipboardDialog extends JDialog {
|
|||
try {
|
||||
return Optional.of((String)Toolkit.getDefaultToolkit().getSystemClipboard().getData(DataFlavor.stringFlavor));
|
||||
} catch (HeadlessException | UnsupportedFlavorException | IOException e) {
|
||||
e.printStackTrace();
|
||||
//e.printStackTrace();
|
||||
}
|
||||
return Optional.empty();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue