Skip to content

Commit c972fdd

Browse files
committed
remove debug log from imports
1 parent 60a113f commit c972fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bundler-plugin-core/src/utils/getPreSignedURL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { FailedFetchError } from "../errors/FailedFetchError.ts";
44
import { UploadLimitReachedError } from "../errors/UploadLimitReachedError.ts";
55
import { type ProviderServiceParams } from "../types.ts";
66
import { fetchWithRetry } from "./fetchWithRetry.ts";
7-
import { debug, green, red } from "./logging.ts";
7+
import { green, red } from "./logging.ts";
88
import { preProcessBody } from "./preProcessBody.ts";
99
import { NoUploadTokenError } from "../errors/NoUploadTokenError.ts";
1010
import { findGitService } from "./findGitService.ts";

0 commit comments

Comments
 (0)