File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,6 @@ export const moveStaticPages = async ({
137
137
source,
138
138
}
139
139
}
140
- if ( netliBlob ) {
141
- await netliBlob . setJSON ( getNormalizedBlobKey ( 'test1' ) , 'ok' )
142
- await netliBlob . setJSON ( getNormalizedBlobKey ( '/test2' ) , 'ok' )
143
- console . log ( `added test blob keys` )
144
- }
145
140
146
141
const moveFile = async ( file : string ) => {
147
142
const { source, targetPath } = getSourceAndTargetPath ( file )
Original file line number Diff line number Diff line change @@ -164,17 +164,6 @@ const makeHandler = ({
164
164
siteID : event . headers [ 'x-nf-site-id' ] ,
165
165
} )
166
166
167
- {
168
- let t1 = 'N/A'
169
- let t2 = 'N/A'
170
- try {
171
- t1 = await netliBlob . get ( getNormalizedBlobKey ( 'test1' ) , { type : 'json' } )
172
- t2 = await netliBlob . get ( getNormalizedBlobKey ( '/test2' ) , { type : 'json' } )
173
- } finally {
174
- console . log ( `blob tests` , { t1, t2 } )
175
- }
176
- }
177
-
178
167
let key = event . path
179
168
const blobRewrite = blobManifest . get ( key )
180
169
if ( blobRewrite ) {
You can’t perform that action at this time.
0 commit comments