diff --git a/process/Salesproject_lib/process.js b/process/Salesproject_lib/process.js index 1e98c785d072feb6509c4959ecc89c84e2ad39a2..2386133f8d75ff8c953ed46260d21e16614ee552 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}")) }