remove leftover console.log
This commit is contained in:
parent
960ed238b1
commit
881daf6311
@ -33,7 +33,6 @@ export const guildTechController: RequestHandler = async (req, res) => {
|
||||
const accountId = await getAccountIdForRequest(req);
|
||||
const inventory = await getInventory(accountId);
|
||||
const data = JSON.parse(String(req.body)) as TGuildTechRequest;
|
||||
console.log(data);
|
||||
if (data.Action == "Sync") {
|
||||
let needSave = false;
|
||||
const techProjects: ITechProjectClient[] = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user