mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
⚡ Remove no longer used function
This commit is contained in:
@@ -11,22 +11,6 @@ import { IPackageVersions } from './';
|
|||||||
let versionCache: IPackageVersions | undefined;
|
let versionCache: IPackageVersions | undefined;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Displays a message to the user
|
|
||||||
*
|
|
||||||
* @export
|
|
||||||
* @param {string} message The message to display
|
|
||||||
* @param {string} [level='log']
|
|
||||||
*/
|
|
||||||
export function logOutput(message: string, level = 'log'): void {
|
|
||||||
if (level === 'log') {
|
|
||||||
console.log(message);
|
|
||||||
} else if (level === 'error') {
|
|
||||||
console.error(message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the base URL n8n is reachable from
|
* Returns the base URL n8n is reachable from
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user