mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
clean up code and logs (#1809)
abstract base64 functions and clean up console logs
This commit is contained in:
@@ -69,7 +69,6 @@ export class FilterPackagesPipe implements PipeTransform {
|
||||
}
|
||||
|
||||
const fuse = new Fuse(packages, options)
|
||||
console.log(fuse.search(query))
|
||||
return fuse.search(query).map(p => p.item)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user