# HG changeset patch # User Frank Benoit # Date 1220097474 -7200 # Node ID ab5728d2a610389d90df04d0e64627bf8c9294a5 # Parent 683d3e7b184a107b8312f103460e6b1a8749a0b3 removed debug output diff -r 683d3e7b184a -r ab5728d2a610 snippets/ole/Snippet81.d --- 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; }