Remove debug code
This commit is contained in:
parent
613c49b1ad
commit
47dc05f1c5
|
@ -17,7 +17,6 @@ const ConnectionErrorPanel: React.FC<ConnectionErrorPanelProps> = ({
|
||||||
connStatus,
|
connStatus,
|
||||||
config,
|
config,
|
||||||
}) => {
|
}) => {
|
||||||
console.log("PRINT");
|
|
||||||
return (
|
return (
|
||||||
<div className="h-screen flex flex-col bg-gray-300 font-sans">
|
<div className="h-screen flex flex-col bg-gray-300 font-sans">
|
||||||
<div className="m-auto h-60 text-gray-700 text-lg min-w-lg max-w-lg">
|
<div className="m-auto h-60 text-gray-700 text-lg min-w-lg max-w-lg">
|
||||||
|
|
Loading…
Reference in New Issue