mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
chore: remove console.log
This commit is contained in:
parent
7e30950fed
commit
05baaf911f
@ -7,7 +7,6 @@ export default function TextPage({resource}: { resource: string }) {
|
||||
const [markdown, setMarkdown] = useState<string>()
|
||||
|
||||
useEffect(() => {
|
||||
console.log('heyyy')
|
||||
axios.get('/content/' + resource).then(res => setMarkdown(res.data))
|
||||
}, [resource])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user