Skip to content

Commit b3be271

Browse files
committed
Revert "grow more??"
This reverts commit c129348.
1 parent 7b374f7 commit b3be271

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/core/src/getCurrentHubShim.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ import {
2424
// eslint-disable-next-line deprecation/deprecation
2525
export function getCurrentHubShim(): Hub {
2626
return {
27-
// @ts-expect-error ignore this
28-
aha: 'why is this even here? I DO NOT UNDERSTAND!!',
29-
30-
doSomething(): string {
31-
return 'this does not even make any sense...';
32-
},
33-
3427
bindClient(client: Client): void {
3528
const scope = getCurrentScope();
3629
scope.setClient(client);

0 commit comments

Comments
 (0)