mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
remove logger
This commit is contained in:
parent
85ea6429eb
commit
f735a54fb9
1 changed files with 0 additions and 2 deletions
|
@ -40,14 +40,12 @@ String? _resolveLibPath(String name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// If lib is in Present Working Directory's '.dart_tool/libgit2/[platform]' folder.
|
// If lib is in Present Working Directory's '.dart_tool/libgit2/[platform]' folder.
|
||||||
final logger = Logger.standard();
|
|
||||||
libPath = path.join(
|
libPath = path.join(
|
||||||
Directory.current.path,
|
Directory.current.path,
|
||||||
libDir,
|
libDir,
|
||||||
Platform.operatingSystem,
|
Platform.operatingSystem,
|
||||||
name,
|
name,
|
||||||
);
|
);
|
||||||
logger.stdout(libPath);
|
|
||||||
if (_doesFileExist(libPath)) {
|
if (_doesFileExist(libPath)) {
|
||||||
return libPath;
|
return libPath;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue