feat: remove interpretation log

This commit is contained in:
karishmas6
2024-10-19 14:00:05 +05:30
parent 5c7920c783
commit d2f06fc8e3

View File

@@ -132,7 +132,6 @@ export const BrowserContent = () => {
handleUrlChanged={handleUrlChanged}
/>
<BrowserWindow/>
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
</div>
);
}