aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-09-23 23:12:19 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-09-23 23:12:19 +0200
commit96b0112c6ba39b949ada3566fb2666eec8a2cdb1 (patch)
tree03c1d95eb922bae1b73874926cae49a5a2f73878 /src
parent3d0d265ad3f2aff62d783a04d61814b0ff00d716 (diff)
removed double build details printing for windows builds
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/UpdateTool.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/UpdateTool.cpp b/src/UpdateTool.cpp
index 1919801..d559362 100644
--- a/src/UpdateTool.cpp
+++ b/src/UpdateTool.cpp
@@ -59,8 +59,6 @@ int wmain(int argc, wchar_t* argv[])
int main(int argc, char* argv[])
#endif
{
- print_build_details();
-
wxEntryStart(argc, argv);
wxTheApp->CallOnInit();
wxTheApp->OnRun();