Skip to content

Commit 4d7d667

Browse files
committed
remove debugging
1 parent 71d5c1d commit 4d7d667

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

dev-server/src/index.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ import JsonViewer from './../../src/js/index';
1212
//render 2 different examples of the react-json-view component
1313
ReactDom.render(
1414
<div>
15-
<JsonViewer
16-
name="root"
17-
src={{
18-
key1: 8,
19-
key2: []
20-
}}
21-
enableClipboard={copy => console.log(copy)}
22-
/>
23-
<br />
24-
2515
{/* just pass in your JSON to the src attribute */}
2616
<JsonViewer
2717
sortKeys

0 commit comments

Comments
 (0)