Issue #2795 - removed test code.

Former-commit-id: 28fe1e99e2 [formerly 0e1db42a04b15b8815d59db272b4b2f7b3e79fb9]
Former-commit-id: f94bcc4d3f
This commit is contained in:
Lee Venable 2014-02-27 15:46:30 -06:00
parent c0d495d9c3
commit 708de93fc4

View file

@ -542,16 +542,6 @@ public class NotificationDlg extends CaveSWTDialog implements ITableChange,
"com.raytheon.uf.viz.datadelivery", "icons/dd_new.png");
trayImg2 = id.createImage();
/*
* Check if the images are null.
*/
if (trayImg1 == null) {
System.out.println("*** Tray image 1 is null...");
} else {
System.out
.println("*** Tray image 1 is not null and should have an image...");
}
tray = display.getSystemTray();
createTray();