Skip to content

Commit

Permalink
Remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbryden committed Oct 27, 2024
1 parent d879ed7 commit 5f1e2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ export function tail(ns, processId = undefined) {
ns.tail(processId);
// Don't move or resize tail windows that were previously opened and possibly moved by the player
if (tailedPids.has(processId))
return ns.tprint(`PID was previously moved ${processId}`) // TODO REMOVE WHEN DONE DEBUGGING
return //ns.tprint(`PID was previously moved ${processId}`);
// By default, make all tail windows take up 75% of the width, 25% of the height available
const [width, height] = ns.ui.windowSize();
ns.resizeTail(width * 0.75, height * 0.25, processId);
Expand Down

0 comments on commit 5f1e2cd

Please sign in to comment.