remove debug console.log
This commit is contained in:
@@ -506,7 +506,6 @@ export const getDetailsProxy = (resultsObj, detailsType) => {
|
||||
|
||||
export const getDocumentTypeFromFilename = (filename) => {
|
||||
var doctypeCode = "000000";
|
||||
console.log(filename);
|
||||
|
||||
if (typeof filename != "undefined") {
|
||||
if (filename.indexOf("_-_Statement_of_Case") > 0)
|
||||
|
||||
Reference in New Issue
Block a user