Procházet zdrojové kódy

Removed ASCII in autoboot

Yoginth před 7 roky
rodič
revize
1b125aa932
2 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 2
      script/autoboot
  2. 0 1
      script/test

+ 0 - 2
script/autoboot

@@ -2,6 +2,4 @@
 
 set -e
 
-cat script/misc/oteascii.txt
-
 su git -c "/home/git/gitote/scripts/gitote_supervisord.sh restart"

+ 0 - 1
script/test

@@ -3,7 +3,6 @@
 # script/test: Run test suite for application. Optionally pass in a path to an
 #              individual test file to run a single test.
 
-cat script/misc/oteascii.txt
 
 set -e