Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Frost committed Apr 29, 2012
1 parent 7ae0b2f commit 86e6812
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/xbmc/httpapi/client/VideoClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import org.xbmc.httpapi.Connection;

import android.graphics.Bitmap;
import android.util.Log;

/**
* Takes care of everything related to the video database.
Expand Down Expand Up @@ -82,7 +81,6 @@ public void setHost(Host host) {
* @return All movies
*/
public ArrayList<Movie> getMovies(INotifiableManager manager, int sortBy, String sortOrder, boolean hideWatched) {
Log.d("database","getmovies");
StringBuilder sb = new StringBuilder();
sb.append(SELECT_MOVIES);
sb.append(WHERE_MOVIES);
Expand Down

0 comments on commit 86e6812

Please sign in to comment.