forked from jsnbuchanan/crowd-funder-for-time-pwa
Change log level to debug
This commit is contained in:
@@ -31,7 +31,7 @@ export class ClipboardService {
|
|||||||
const platform = Capacitor.getPlatform();
|
const platform = Capacitor.getPlatform();
|
||||||
const isNative = Capacitor.isNativePlatform();
|
const isNative = Capacitor.isNativePlatform();
|
||||||
|
|
||||||
logger.log("[ClipboardService] Copying to clipboard:", {
|
logger.debug("[ClipboardService] Copying to clipboard:", {
|
||||||
text: text.substring(0, 50) + (text.length > 50 ? "..." : ""),
|
text: text.substring(0, 50) + (text.length > 50 ? "..." : ""),
|
||||||
platform,
|
platform,
|
||||||
isNative,
|
isNative,
|
||||||
@@ -47,7 +47,7 @@ export class ClipboardService {
|
|||||||
await this.copyWeb(text);
|
await this.copyWeb(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.log("[ClipboardService] Copy successful", {
|
logger.debug("[ClipboardService] Copy successful", {
|
||||||
platform,
|
platform,
|
||||||
timestamp: new Date().toISOString(),
|
timestamp: new Date().toISOString(),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user