Remove remaining reference to remotedev.io

This commit is contained in:
Nathan Bierema 2022-02-01 09:50:19 -05:00 committed by GitHub
parent 1b41026173
commit 7fff6e817f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ render(
<Provider store={store}>
<App />
</Provider>
<iframe src="http://remotedev.io/local/" />
</div>,
document.getElementById('root')
);