Skip to content

Commit

Permalink
Removing the diff marker
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Mar 6, 2024
1 parent 2f47c92 commit 9f91089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/layout.js
Expand Up @@ -17,7 +17,6 @@ let Graph = require("@dagrejs/graphlib").Graph;
module.exports = layout;

function layout(g, opts) {
<<<<<<< HEAD
let time = opts && opts.debugTiming ? util.time : util.notime;
time("layout", () => {
let layoutGraph =
Expand Down

0 comments on commit 9f91089

Please sign in to comment.