]> granicus.if.org Git - taglib/commitdiff
ups, revert my accidentally commited debug output
authorNick Shaforostoff <shafff@ukr.net>
Thu, 10 Mar 2011 17:30:22 +0000 (17:30 +0000)
committerNick Shaforostoff <shafff@ukr.net>
Thu, 10 Mar 2011 17:30:22 +0000 (17:30 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1224409 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

taglib/toolkit/tfile.cpp

index 7ba4c00c1dea93508a7af3037d9e8b44a5cb15a7..946d7ea26329973578a2b0bb0fe0a5c169dd241e 100644 (file)
@@ -30,7 +30,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/stat.h>
-#include <iostream>
 
 #ifdef _WIN32
 # include <wchar.h>
@@ -118,7 +117,6 @@ File::FilePrivate::FilePrivate(FileName fileName) :
   if(!file)
   {
     debug("Could not open file " + String((const char *) name));
-    std::cout<<"Could not open file"<<name<<std::endl;
   }
 }