Browse Source

Remove unnecessary bitter note

Alois Mahdal 9 years ago
parent
commit
bb41e83baf
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/include/pretty.sh

+ 0
- 3
src/include/pretty.sh View File

@@ -192,9 +192,6 @@ warn() {
192 192
     # Use "-l" to split every parameter to separate line, (useful
193 193
     # or longer warnings)
194 194
     #
195
-    # Resist  temptation to prefix "warning" or similar BS here.
196
-    # STDERR is *made* for warnings.
197
-    #
198 195
     _pretty__echo "$@"
199 196
 }
200 197