[banshee] [Gio] Remove some console output
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Gio] Remove some console output
- Date: Tue, 28 Sep 2010 20:15:46 +0000 (UTC)
commit ee58ed2a1a979d2c6ec0f2613af19e762d1ed52a
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Tue Sep 28 22:13:22 2010 +0200
[Gio] Remove some console output
.../Banshee.Gio/Banshee.IO.Gio/Directory.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Backends/Banshee.Gio/Banshee.IO.Gio/Directory.cs b/src/Backends/Banshee.Gio/Banshee.IO.Gio/Directory.cs
index 086dea5..1da1a72 100644
--- a/src/Backends/Banshee.Gio/Banshee.IO.Gio/Directory.cs
+++ b/src/Backends/Banshee.Gio/Banshee.IO.Gio/Directory.cs
@@ -62,12 +62,10 @@ namespace Banshee.IO.Gio
private void Delete (string directory, GLib.File dir, bool recursive)
{
if (!dir.Exists) {
- Console.WriteLine ("{0} doesn't exist", directory);
return;
}
if (dir.QueryFileType (FileQueryInfoFlags.NofollowSymlinks, null) != FileType.Directory) {
- Console.WriteLine ("{0} isn't directory", directory);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]