Skip to content

Commit 5824818

Browse files
committed
chore: cleanup
1 parent 0db93a6 commit 5824818

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/image-common.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ export const CLog = (type: CLogTypes, ...args) => {
1616
Trace.write(args.join(' '), ImageViewTraceCategory, type);
1717
};
1818

19-
/**
20-
* setDebug method
21-
* @deprecated
22-
*
23-
* @param value: boolean
24-
*/
25-
export function setDebug(value: boolean) {
26-
}
27-
2819

2920
export type Transition = 'fade' | 'curlUp';
3021

0 commit comments

Comments
 (0)