Skip to content
Snippets Groups Projects
Commit 2e1edc52 authored by Simon Leipold's avatar Simon Leipold
Browse files

removed unused logging

parent fba35999
No related branches found
No related tags found
No related merge requests found
import("system.logging");
import("system.result");
import("system.vars");
import("system.tools");
......
import("system.logging");
import("system.neon");
import("system.vars");
import("system.result");
......
import("system.logging");
import("Sql_lib");
import("system.db");
import("system.vars");
......@@ -32,7 +31,6 @@ if (deletedRows.length == actionsAsStringArray.length && changedRows.length == 0
if (PermissionUtil.permissionExists(permId)) {
// old permission
// insert only possible, if the same action is not already linked to the permission
logging.log("test");
for each (let row in insertedRows) {
var actionGotJustDelted = false;
if (PermissionUtil.actionExists(row.ACTION, permId)) {
......
import("Permission_lib");
import("system.project");
import("system.logging");
import("system.tools");
import("system.calendars")
import("system.notification")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment