File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ log(`⚠ FORMAT: ${FORMAT}`, "");
142142 break ;
143143 case "/geo_manifest/dynamic/config" :
144144 body = GEOResourceManifestDownload . decode ( rawBody ) ;
145- // log(` 🚧 调试信息` , `body before: ${JSON.stringify(body)}`, "");
145+ log ( " 🚧 调试信息" , `body before: ${ JSON . stringify ( body ) } ` , "" ) ;
146146 /*
147147 let UF = UnknownFieldHandler.list(body);
148148 //log(`🚧 调试信息`, `UF: ${JSON.stringify(UF)}`, "");
@@ -198,7 +198,7 @@ log(`⚠ FORMAT: ${FORMAT}`, "");
198198 //body.releaseInfo = body.releaseInfo.replace(/(\d+\.\d+)/, `$1.${String(Date.now()/1000)}`);
199199 log ( `🚧 releaseInfo: ${ body . releaseInfo } ` , "" ) ;
200200 body = GEOResourceManifest . SetTileGroups ( body ) ;
201- // log(` 🚧 调试信息` , `body after: ${JSON.stringify(body)}`, "");
201+ log ( " 🚧 调试信息" , `body after: ${ JSON . stringify ( body ) } ` , "" ) ;
202202 rawBody = GEOResourceManifestDownload . encode ( body ) ;
203203 break ;
204204 } ;
You can’t perform that action at this time.
0 commit comments