소스 검색

Recent changes disabled.

Iñigo Valentin 9 년 전
부모
커밋
31c70df34d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      app/ViewController.swift

+ 3 - 3
app/ViewController.swift

@@ -107,8 +107,8 @@ class ViewController: UIViewController, UICollectionViewDataSource, UICollection
 		}
 		else{
 			NSLog(":CONTROLLER:DEBUG: Re-populating views and hidding initial sync screen.")
-			//NSLog(":CONTROLLER:DEBUG: Re-populating disabled: Throws error.")
-			self.populate()
+			NSLog(":CONTROLLER:DEBUG: Re-populating disabled: Throws error.")
+			//self.populate()
 			syncSegue?.destination.dismiss(animated: true, completion: nil)
 		}
 	}
@@ -161,7 +161,7 @@ class ViewController: UIViewController, UICollectionViewDataSource, UICollection
 		self.delegate = UIApplication.shared.delegate as? AppDelegate
 		self.delegate?.controller = self
 		
-		NSLog(":CONTROLLER:DEBUG: Forcing a call to populate")
+		NSLog(":CONTROLLER:DEBUG: NOT Forcing a call to populate")
 		//self.populate()
 		
 		super.viewDidLoad()