mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 11:04:07 +00:00
removed logging
This commit is contained in:
parent
df7a13c2b3
commit
817d512ed7
1 changed files with 0 additions and 2 deletions
|
|
@ -19,8 +19,6 @@ const RegexFormAndView = ({ profile = null, m3u, isOpen, onClose }) => {
|
|||
const [searchPattern, setSearchPattern] = useState('');
|
||||
const [replacePattern, setReplacePattern] = useState('');
|
||||
|
||||
console.log(profile);
|
||||
|
||||
let regex;
|
||||
try {
|
||||
regex = new RegExp(searchPattern, 'g');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue