Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
adred committed May 16, 2024
1 parent 8b78afa commit 86bd896
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/line/linecomps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class LineActions extends React.Component<{ screen: LineContainerType; line: Lin
const termWrap = screen.getTermWrap(line.lineid);
const cmd = screen.getCmd(line);
if (termWrap && cmd) {
// console.log("screen.getUsedRows()", screen.getCmd(line)?.getUsedRows());
GlobalModel.sidebarchatModel.setCmdAndOutput(
screen.getCmd(line)?.getCmdStr(),
termWrap?.getOutput(false),
Expand Down

0 comments on commit 86bd896

Please sign in to comment.