Remove note about article not published for almost 20 years

Change-Id: I0061db482ae108577673429f60b9cb0cf8648ed1
diff --git a/Article-Debugger/how-to.html b/Article-Debugger/how-to.html
index 41d4d66..c5d2136 100644
--- a/Article-Debugger/how-to.html
+++ b/Article-Debugger/how-to.html
@@ -50,10 +50,7 @@
 <p>The first paper in this series, <i><a href="../Article-Launch-Framework/launch.html">We 
   Have Lift-off: The Launching Framework in Eclipse</a></i>, describes the launching 
   framework through an applet launcher example. In this paper, we describe the 
-  basic debugging framework using a small assembly language example. And in our 
-  third paper (not yet published), <i>Enhancing the Eclipse Debugger</i>, we describe 
-  how to enhance the UI for our assembly language debugger by adding all the little 
-  bells and whistles that one expects in modern IDEs.</p>
+  basic debugging framework using a small assembly language example.</p>
 <p>The Eclipse SDK provides a framework for building and integrating debuggers, 
   collectively known as the debug platform. The debug platform defines a set of 
   Java&#153; interfaces modeling a set of artifacts and actions common to many