Prep for 2019 release
[fanfix.git] / src / jexer / backend / TTYSessionInfo.java
index e6fa57afd5d1208b7b3e4c4e3dbf4aa99736cdee..d7f5bc8e246d32da560da62c7e02886e7ddf1971 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2017 Kevin Lamonte
+ * Copyright (C) 2019 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -213,7 +213,7 @@ public class TTYSessionInfo implements SessionInfo {
                     process.waitFor();
                     break;
                 } catch (InterruptedException e) {
-                    e.printStackTrace();
+                    // SQUASH
                 }
             }
             int rc = process.exitValue();