From 4cefb9fa31ee6641b0994e2524a0c91b097d9ca9 Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Thu, 21 Mar 2019 16:55:52 +0100
Subject: [PATCH] cleanup

---
 process/Salesproject_lib/process.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/process/Salesproject_lib/process.js b/process/Salesproject_lib/process.js
index 1e98c785d07..2386133f8d7 100644
--- a/process/Salesproject_lib/process.js
+++ b/process/Salesproject_lib/process.js
@@ -66,8 +66,6 @@ Salesproject.insertMilestone = function(salesprojectId, type, value, notifyForec
  * Notify the user to update the forecast
  */
 Salesproject.notifyToUpdateForecast = function() {
-   // TODO: logging.show durch sinnvolle Meldung ersetzen oder ähnlich...
-   // logging.show(translate.text("Please update the forecast."));
    question.showMessage(translate.text("Please update the ${FORECAST_ENGLISH}."), question.INFORMATION, translate.text("${FORECAST_ENGLISH}"))
 }
 
-- 
GitLab