1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

remove log

This commit is contained in:
Nikita Melnikov 2022-04-22 15:49:50 +03:00
parent 7e3ace5f80
commit 4a02bf03e3

View file

@ -49,8 +49,6 @@ class Transport {
let response = file.data;
console.log(file)
if (map) {
response = Transport.composeResponse(file, map);
}