ops-log completed (for now)

This commit is contained in:
2020-05-23 22:59:20 +00:00
parent eb906f6e3d
commit 554b36bee2
2 changed files with 11 additions and 12 deletions

View File

@@ -159,7 +159,7 @@ export default {
if (!contentType) {
return response;
}
console.log("gzapi::extractBody method, content type is:", contentType);
//console.log("gzapi::extractBody method, content type is:", contentType);
if (contentType.includes("json")) {
return response.json();
}