Update peek-error.controller.ts

remove console log
This commit is contained in:
Mads Rasmussen
2025-02-12 11:02:37 +01:00
committed by GitHub
parent ac53a6d50f
commit 64efd73dd8

View File

@@ -28,6 +28,5 @@ export class UmbPeekErrorController extends UmbControllerBase {
* @returns {UmbPeekErrorController} The notification peek controller instance
*/
export function umbPeekError(host: UmbControllerHost, args: UmbPeekErrorArgs) {
console.log(host);
return new UmbPeekErrorController(host).open(args);
}