Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -r9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3 -rd4e29a7ce2a255384b32daf61303c4f895a97001 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision d4e29a7ce2a255384b32daf61303c4f895a97001) @@ -79,8 +79,6 @@ { SetLanguage(); - log.Info(Core.Common.Base.Properties.Resources.App_App_Ringtoets_Copyright); - log.Info(Core.Common.Gui.Properties.Resources.App_Starting_Ringtoets); } @@ -140,7 +138,6 @@ Copyright = "© Deltares 2016", LicenseDescription = "Gratis", MainWindowTitle = "Ringtoets", - LicenseFilePath = "..\\Licentie.rtf", ManualFilePath = "Ringtoets_Manual.pdf" }; var mainWindow = new MainWindow();