remove extraneous log

This commit is contained in:
ansuz 2021-06-15 03:53:37 +05:30
parent d3f878c8f0
commit 92fd7e7c80
1 changed files with 0 additions and 1 deletions

View File

@ -4453,7 +4453,6 @@ define([
// Form: get auditor hash
var auditorHash;
if (parsed.hash && parsed.type === "form") {
console.error('ICI');
var formData = Hash.getFormData(null, parsed.hash, data.password);
console.log(formData);
if (formData) {