diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-09-23 23:12:19 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-09-23 23:12:19 +0200 |
commit | 96b0112c6ba39b949ada3566fb2666eec8a2cdb1 (patch) | |
tree | 03c1d95eb922bae1b73874926cae49a5a2f73878 /src | |
parent | 3d0d265ad3f2aff62d783a04d61814b0ff00d716 (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.cpp | 2 |
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(); |