remove log

This commit is contained in:
Niels Lyngsø
2021-05-03 11:29:52 +02:00
parent 4369747c72
commit dcfdcb11de

View File

@@ -649,7 +649,6 @@ function contentEditingHelper(fileManager, $q, $location, $routeParams, editorSt
formHelper.handleServerValidation(args.err.data.ModelState);
var messageType = 2;//error
console.log(args)
if (args.action === "save") {
messageType = 4;//warning
}