Remove console.log

This commit is contained in:
Rodrigo Pombo 2019-02-09 22:49:18 -03:00
parent ad42688c36
commit 108e671a2e

View File

@ -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} />;