Skip to content

Commit

Permalink
chore: removed dev
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous-org-za committed Aug 15, 2024
1 parent 35a313d commit d72d5e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const nextConfig = {
allDebridHostname: 'https://api.alldebrid.com',
allDebridAgent: 'debridMediaManager',
torboxHostname: 'https://api.torbox.app/v1/api',
// torboxHostname: 'http://localhost:8000/v1/api',
traktClientId: '8a7455d06804b07fa25e27454706c6f2107b6fe5ed2ad805eff3b456a17e79f0',
},
};
Expand Down
3 changes: 0 additions & 3 deletions src/utils/instantChecks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,6 @@ export const instantHashListCheckInTb = async (
if (resp === null) {
return []
}

console.log(resp)

setTorrentList((prevSearchResults) => {
const newSearchResults = [...prevSearchResults];
for (const magnetData of resp) {
Expand Down

0 comments on commit d72d5e9

Please sign in to comment.