Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JezerM committed Sep 12, 2021
1 parent 02a2f81 commit e862b6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: 1.1.0
Section: system
Priority: optional
Architecture: all
Installed-Size: 223492
Installed-Size: 223524
Depends: gobject-introspection,
liblightdm-gobject-1-0,
libcairo2,
Expand Down
1 change: 0 additions & 1 deletion ts/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class Logger {
private winston_logger: winston.Logger;
constructor() {
this.winston_logger = winston_logger;
this.debug("Logger created");
}

debug(message: string) {
Expand Down

0 comments on commit e862b6c

Please sign in to comment.