change: removed logs
This commit is contained in:
parent
890af33b7d
commit
1a13fa93ab
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ const SessionCaptureRate = props => {
|
|||
const { captureRate, saveCaptureRate, editCaptureRate, loading, onClose } = props;
|
||||
const _sampleRate = captureRate.get('rate');
|
||||
if (_sampleRate == null) return null;
|
||||
console.log(_sampleRate)
|
||||
|
||||
const [sampleRate, setSampleRate] = useState(_sampleRate)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue