[PATCH] Remove development debug line
Wald Commits
scm-commit at wald.intevation.org
Wed Oct 15 13:18:34 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1413371910 -7200
# Node ID 64333dad503be83b78387e64ba5b26688b6d9944
# Parent 18211dce3106eac0f88e63fa01ea424981c06f7f
Remove development debug line
diff -r 18211dce3106 -r 64333dad503b common/portpath.c
--- a/common/portpath.c Wed Oct 15 13:17:02 2014 +0200
+++ b/common/portpath.c Wed Oct 15 13:18:30 2014 +0200
@@ -165,7 +165,6 @@
as long as the file is open we can be sure that
it was not modified and can use it in subsequent
calls based on the filename. */
- OutputDebugStringW(wFilename);
if (exclusive)
{
f = _wfsopen(wFilename, L"rb", _SH_DENYWR);
More information about the Trustbridge-commits
mailing list