mirror of
https://github.com/pomber/git-history.git
synced 2024-11-25 21:24:20 +03:00
Remove console.log
This commit is contained in:
parent
ad42688c36
commit
108e671a2e
@ -3,8 +3,6 @@ import History from "./history";
|
||||
import { getHistory, auth, isLoggedIn } from "./github";
|
||||
import demo from "./demo.gif";
|
||||
|
||||
console.log(demo);
|
||||
|
||||
export default function AppWrapper(props) {
|
||||
if (props.repo) {
|
||||
return <App {...props} />;
|
||||
|
Loading…
Reference in New Issue
Block a user