mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -11,9 +11,7 @@ export function removeElement(elem: Element | null): void {
|
||||
}
|
||||
if (!(elem instanceof Element)) {
|
||||
// tslint:disable-next-line:no-console
|
||||
console.debug(
|
||||
"The element passed into 'removeElement' was not an instance of an Element.",
|
||||
);
|
||||
console.debug("The element passed into 'removeElement' was not an instance of an Element.");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user