Subversion Repository Public Repository

Nextrek

Diff Revisions 690 vs 691 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/SiteOwnerRegistrationPage.xaml.cs

Diff revisions: vs.
  @@ -142,7 +142,7 @@
142 142 if (SiteImagePicker.images.Count > 0)
143 143 {
144 144
145 - bool uploadResult = await this.SMA.UploadSiteImages(s, this.SiteImagePicker.images.ToList());
145 + // bool uploadResult = await this.SMA.UploadSiteImages(s, this.SiteImagePicker.images.ToList());
146 146
147 147 }
148 148