mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Remove relevant console log,
This commit is contained in:
@@ -39,7 +39,7 @@ export class RouteService {
|
||||
* @param url [string] incase no history to go back */
|
||||
goBack(url = null) {
|
||||
if(this.history.length >= 2) {
|
||||
console.log(this.history);
|
||||
|
||||
|
||||
this.history.pop();
|
||||
const url = this.history.pop();
|
||||
@@ -83,7 +83,7 @@ export class RouteService {
|
||||
params[key] = value
|
||||
}
|
||||
|
||||
console.log('params', params)
|
||||
|
||||
return params
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user