1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-02 08:20:05 +01:00

Remove extraneous console.log.

This commit is contained in:
hacksalot 2015-12-31 19:47:55 -05:00
parent 48cc315fc8
commit 5c39c1c93d

View File

@ -39,7 +39,6 @@ Generic template helper definitions for HackMyResume / FluentCV.
MD(txt).replace(/^\s*<p>|<\/p>\s*$/gi, '') :
MD(txt);
txt = H2W( txt );
console.log(txt);
return txt;
},