Skip to content

Commit

Permalink
del: log
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin committed Jun 28, 2024
1 parent bf80ef0 commit 89e3788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/renderer/src/main/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ const Home: React.FC<HomeProp> = (props) => {

useDebounceEffect(
() => {
console.log(123);
getRemoteValue(CacheDropDownGV.MITMDefaultHostHistoryList).then((e) => {
if (!!e) {
try {
Expand Down

0 comments on commit 89e3788

Please sign in to comment.