diff snippets/ole/Snippet81.d @ 159:ab5728d2a610

removed debug output
author Frank Benoit <benoit@tionex.de>
date Sat, 30 Aug 2008 13:57:54 +0200
parents 8907b6374258
children
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;
 }