Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Jul 27, 2024
1 parent 056a6da commit d1575bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/components/Terminal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class TerminalSection {
const commandString = this.commandContext.getCommand();
const handler = () => {
navigator.clipboard.writeText(commandString);
console.log(window.parent);
};

return (
Expand Down

0 comments on commit d1575bc

Please sign in to comment.