Skip to content

Commit

Permalink
Update record-detail.jsx : alibaba@bef9474
Browse files Browse the repository at this point in the history
  • Loading branch information
d4tocchini committed Mar 29, 2020
1 parent 9da039d commit c5171d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/src/component/record-detail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import RecordWsMessageDetail from 'component/record-ws-message-detail';
import { hideRecordDetail } from 'action/recordAction';

import Style from './record-detail.less';
import CommonStyle from '../style/common.less';

const StyleBind = ClassBind.bind(Style);
const PageIndexMap = {
Expand All @@ -22,8 +21,8 @@ const PageIndexMap = {
WEBSOCKET_INDEX: 'WEBSOCKET_INDEX'
};

// the maximum length of the request body to decide whether to offer a download link for the request body
const MAXIMUM_REQ_BODY_LENGTH = 10000;
// // the maximum length of the request body to decide whether to offer a download link for the request body
// const MAXIMUM_REQ_BODY_LENGTH = 10000;

class RecordDetail extends React.Component {
constructor() {
Expand Down Expand Up @@ -65,7 +64,6 @@ class RecordDetail extends React.Component {
}

getWsMessageDiv(recordDetail) {
const { globalStatus } = this.props;
return <RecordWsMessageDetail recordDetail={recordDetail} />;
}

Expand Down

0 comments on commit c5171d2

Please sign in to comment.