diff --git a/process/Salesproject_lib/process.js b/process/Salesproject_lib/process.js
index fa2999b7f3232137a0a33b4c295886331b0fa84b..6dc6f5ed71c4e248c485db4b7e39a1ff06ab0c01 100644
--- a/process/Salesproject_lib/process.js
+++ b/process/Salesproject_lib/process.js
@@ -5,7 +5,6 @@ import("system.translate");
 import("system.db");
 import("system.eMath");
 import("system.question");
-import("system.logging");
 import("Util_lib");
 import("Keyword_lib");
 
@@ -69,6 +68,7 @@ Salesproject.insertMilestone = function(salesprojectId, type, value, notifyForec
 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."), question.INFORMATION, translate.text("Forecast"));
 }
 
 /**