summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
Diffstat (limited to 'src/video')
-rw-r--r--src/video/dedicated_v.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp
index 21ce2bd1d..7cf9da897 100644
--- a/src/video/dedicated_v.cpp
+++ b/src/video/dedicated_v.cpp
@@ -141,8 +141,6 @@ const char *VideoDriver_Dedicated::Start(const char * const *parm)
_screen.height = _cur_resolution.height;
ScreenSizeChanged();
- SetDebugString("net=6");
-
#if defined(WINCE)
/* WinCE doesn't support console stuff */
#elif defined(WIN32)