OSDN Git Service

他から呼ばれてもよいようにちょっと調整。
[gokigen/PKRemote.git] / app / src / main / java / net / osdn / gokigen / pkremote / transfer / FileAutoTransferMain.java
index acd3b78..da04099 100644 (file)
@@ -213,11 +213,11 @@ class FileAutoTransferMain implements ICameraContentListCallback
                 {
                     firstContent = false;
 
-                    //  初期データを突っ込んでおく...
+                    //  初期データをHashMapに突っ込んでおく...
                     for (ICameraContent content : baseContentList)
                     {
                         String key = (content.getContentPath() + "/" + content.getContentName()).toLowerCase();
-                        Log.v(TAG, "FILE : " + key);
+                        //Log.v(TAG, "FILE : " + key);
                         contentHashMap.put(key, content);
                     }
                 }