Skip to content

Commit

Permalink
Reducing output noise.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig authored and MartinNowak committed Nov 7, 2014
1 parent d39aaca commit 781416a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dpl-docs/source/app.d
@@ -1,8 +1,10 @@
module app;

import ddox.main;
import vibe.core.log;

int main(string[] args)
{
setPlainLogging(true);
return ddoxMain(args);
}

0 comments on commit 781416a

Please sign in to comment.