remove leftover console.log
This commit is contained in:
parent
8d483bae75
commit
67a733009d
@ -36,7 +36,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