Mercurial > trustbridge
diff common/portpath.c @ 1329:64333dad503b
Remove development debug line
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 15 Oct 2014 13:18:30 +0200 |
parents | 0a803c3fb5a6 |
children |
line wrap: on
line diff
--- 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);