Skip to content

Commit

Permalink
Remove unneeded debug pre to output values
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Aug 15, 2017
1 parent 4ba2876 commit 1819dfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api-explorer-ui/src/CodeSample.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const generateCodeSnippets = require('./lib/generate-code-snippets');
function CodeSample({ oas, setLanguage, path, method, formData }) {
return (
<div className="code-sample tabber-parent">
<pre>{JSON.stringify(formData)}</pre>
{
// if swaggerUtils.showCodeExamples(swagger).length
// ul.code-sample-tabs
Expand Down

0 comments on commit 1819dfd

Please sign in to comment.