From 6b24125f06d62ba9c719dca34256bad7ecb04db1 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Fri, 31 Jul 2015 17:01:14 +0300 Subject: [PATCH] clean up --- Parsedown.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Parsedown.php b/Parsedown.php index 59705fd..f431c0a 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -981,7 +981,6 @@ class Parsedown { $markup = ''; - # $text contains the unexamined text # $excerpt is based on the first occurrence of a marker while ($excerpt = strpbrk($text, $this->inlineMarkerList))