James Moger
2012-03-05 6fa6abf07be67bba86e9781a4028c4b3863b50f7
src/com/gitblit/utils/StringUtils.java
@@ -169,16 +169,6 @@
   }
   /**
    * Returns a trimmed shortlog message.
    *
    * @param string
    * @return trimmed shortlog message
    */
   public static String trimShortLog(String string) {
      return trimString(string, 60);
   }
   /**
    * Left pad a string with the specified character, if the string length is
    * less than the specified length.
    *