Skip to content

Commit

Permalink
Remove superflous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 17, 2025
1 parent 6c586fb commit 86b5349
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions core/database/foxx/api/controllers/authz.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ module.exports = (function () {
**/
obj.readRecord = function (client, path, a_repo) {
const permission = g_lib.PERM_RD_DATA;
// Will split a posix path into an array
// E.g.
// Will split a posix path into an array
// E.g.
// path = "/usr/local/bin"
// const path_components = pathModule.splitPOSIXPath(path);
//
// Path components will be
// ["usr", "local", "bin"]
const path_components = pathModule.splitPOSIXPath(path);
const data_key = path_components.at(-1);
let record = new Record(data_key);
Expand Down

0 comments on commit 86b5349

Please sign in to comment.