Changeset 159:ab5728d2a610

Show
Ignore:
Timestamp:
08/30/08 07:57:54 (3 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

removed debug output

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • snippets/ole/Snippet81.d

    r153 r159  
    6969    printTypeInfo(oOleAutoObj, Stdout); 
    7070 
    71 Stdout.formatln("trace {} ", __LINE__); 
    72 // Unhandled Exception: EXCEPTION_PRIV_INSTRUCTION(0xc0000096) 
    7371    oShell.dispose(); 
    74 Stdout.formatln("trace {} ", __LINE__); 
    7572    oDisplay.dispose(); 
    76 Stdout.formatln("trace {} ", __LINE__); 
    7773    return iRes; 
    7874}