Commit 306b2a1f by Иван Кубота

remove full log

parent c2237316
Pipeline #550 canceled with stage
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -630,7 +630,8 @@ data = {tags:[], connections:[], more:[], standardQuestions: {}, standardAnswers ...@@ -630,7 +630,8 @@ data = {tags:[], connections:[], more:[], standardQuestions: {}, standardAnswers
} }
fs.writeFileSync('./data/tmp/full.json', JSON.stringify(data, null, 2)) //git add .
// fs.writeFileSync('./data/tmp/full.json', JSON.stringify(data, null, 2))
data.after && data.after(data); data.after && data.after(data);
})(); })();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment