mirror of https://github.com/xwiki-labs/cryptpad
remove extraneous log
This commit is contained in:
parent
d3f878c8f0
commit
92fd7e7c80
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue