Skip to content

Commit

Permalink
#481 removed stupid console.log#481 removed stupid console.log#481 re…
Browse files Browse the repository at this point in the history
…moved stupid console.log#481 removed stupid console.log
  • Loading branch information
Norman Eremic committed Jul 21, 2016
1 parent 1f73461 commit 4c1bc44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ApplicationDetail({applicationId, application, versions,
<Placeholder applicationId={applicationId} /> :
<DefaultError error={application.getResult()} />;
}
console.log("ENV_TEST = %O", ENV_TEST);

return <div className='applicationDetail'>
<h1>{application.name || applicationId}</h1>
<div className='btn-group'>
Expand Down

0 comments on commit 4c1bc44

Please sign in to comment.