Skip to content

Commit aab6e34

Browse files
Apply suggestions from code review
Co-authored-by: Ariel Shaqed (Scolnicov) <[email protected]>
1 parent 8325295 commit aab6e34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webui/src/lib/api/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ class Repositories {
459459
}
460460

461461
async list(search = "", after = "", amount = DEFAULT_LISTING_AMOUNT) {
462-
console.log("list search ", search)
463462
const query = qs({search, after, amount});
464463
const response = await apiRequest(`/repositories?${query}`);
465464
if (response.status !== 200) {

0 commit comments

Comments
 (0)