summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-29 22:08:01 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-29 22:08:01 +0100
commit984a9c3bf8260440a9fd7c04e5a21cbd73c22f88 (patch)
tree685399a22c521ac80ae5a56c01ede1aedeff79ed
parent896df8cc42f67431a8aa095d9058801e8e124cf7 (diff)
removed some debugging code
-rw-r--r--hack_of_all_hacks3
1 files changed, 0 insertions, 3 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index a3ee34d..5ee621b 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -277,9 +277,6 @@ EOF
thing="${thing%% isn\'t *}"
isnt="${sentence#* isn\'t }"
- echo "thing: ${thing}" >> pstd.txt
- echo "inst: ${thing}" >> pstd.txt
-
if grep "${isnt}" "info/${thing}" >/dev/null
then
grep -v "${isnt}" "info/${thing}" | sponge "info/${thing}"