changeset 159:ab5728d2a610

removed debug output
author Frank Benoit <benoit@tionex.de>
date Sat, 30 Aug 2008 13:57:54 +0200
parents 683d3e7b184a
children c102e767eeab
files snippets/ole/Snippet81.d
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/snippets/ole/Snippet81.d	Fri Aug 22 20:58:23 2008 +0200
+++ b/snippets/ole/Snippet81.d	Sat Aug 30 13:57:54 2008 +0200
@@ -68,12 +68,8 @@
     Stdout.formatln("TypeLibrary for: '{}'", progID);
     printTypeInfo(oOleAutoObj, Stdout);
 
-Stdout.formatln("trace {} ", __LINE__);
-// Unhandled Exception: EXCEPTION_PRIV_INSTRUCTION(0xc0000096)
     oShell.dispose();
-Stdout.formatln("trace {} ", __LINE__);
     oDisplay.dispose();
-Stdout.formatln("trace {} ", __LINE__);
     return iRes;
 }