Skip to content

Commit

Permalink
removed old code and new code constants for testing from devices.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckablack committed Oct 12, 2020
1 parent 13a745c commit 1c251c9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions quokka-ui/src/components/Devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,6 @@ import DialogContent from "@material-ui/core/DialogContent";
import DialogActions from "@material-ui/core/DialogActions";
import ReactDiffViewer from 'react-diff-viewer'

const oldCode = `
const a = 10
const b = 10
const c = () => console.log('foo')
if(a > 10) {
console.log('bar')
}
console.log('done')
`;
const newCode = `
const a = 10
const boo = 10
if(a === 10) {
console.log('bar')
}
`;
class Devices extends Component {

constructor(props) {
Expand Down

0 comments on commit 1c251c9

Please sign in to comment.