diff --git a/core/modules/node/node.module b/core/modules/node/node.module index cb7adb8..646f462 100644 --- a/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -3201,7 +3201,6 @@ function _node_access_write_grants(Node $node, $grants, $realm = NULL, $delete = } $query->execute(); } - debug($grants); // Only perform work when node_access modules are active. if (!empty($grants) && count(module_implements('node_grants'))) { $query = db_insert('node_access')->fields(array('nid', 'langcode', 'fallback', 'realm', 'gid', 'grant_view', 'grant_update', 'grant_delete'));