mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 07:55:24 +02:00
remove log
This commit is contained in:
parent
7e3ace5f80
commit
4a02bf03e3
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ class Transport {
|
||||||
|
|
||||||
let response = file.data;
|
let response = file.data;
|
||||||
|
|
||||||
console.log(file)
|
|
||||||
|
|
||||||
if (map) {
|
if (map) {
|
||||||
response = Transport.composeResponse(file, map);
|
response = Transport.composeResponse(file, map);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue