Skip to content

Commit 64efd73

Browse files
Update peek-error.controller.ts
remove console log
1 parent ac53a6d commit 64efd73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/notification/controllers/peek-error/peek-error.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ export class UmbPeekErrorController extends UmbControllerBase {
2828
* @returns {UmbPeekErrorController} The notification peek controller instance
2929
*/
3030
export function umbPeekError(host: UmbControllerHost, args: UmbPeekErrorArgs) {
31-
console.log(host);
3231
return new UmbPeekErrorController(host).open(args);
3332
}

0 commit comments

Comments
 (0)