chore: remove console warnings and console logs

This commit is contained in:
Kyle Gill
2019-04-12 17:11:40 -06:00
parent ee6a1a2d2d
commit 9d689b0100
6 changed files with 8 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import React, { Component } from "react"
import React from "react"
import styled from "@emotion/styled"
/** @jsx jsx */
import { jsx, css, keyframes } from "@emotion/core"
@@ -62,7 +62,7 @@ const LoadingSpinner = styled(BeatLoader)`
const AUTOSAVE_DELAY = 2000
class Day extends Component {
class Day extends React.Component {
state = {
text: "",
loading: true,