fix: remove test flag
This commit is contained in:
parent
66f8ca72c1
commit
64693ffd26
1 changed files with 0 additions and 2 deletions
|
|
@ -109,8 +109,6 @@ const { code: randomTune, name } = getRandomTune();
|
|||
|
||||
export const ReplContext = createContext(null);
|
||||
|
||||
let init = false; // this is bad! only for testing!
|
||||
|
||||
export function Repl({ embedded = false }) {
|
||||
const isEmbedded = embedded || window.location !== window.parent.location;
|
||||
const [view, setView] = useState(); // codemirror view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue