Filtering the producer in the frontend
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / services / ei / ei.service.ts
index cbc0a55..976b7b8 100644 (file)
@@ -43,7 +43,6 @@ export class EIService {
         args.forEach(part => {
             result = result + '/' + part;
         });
-        console.log("URL: "+result);
         return result;
     }