Merge pull request #2885 from Citadel-Station-13/upstream-merge-30896

[MIRROR] Removes old debug text
This commit is contained in:
LetterJay
2017-09-22 00:03:30 -04:00
committed by GitHub
24 changed files with 225 additions and 310 deletions
-2
View File
@@ -380,8 +380,6 @@
else
dat+="I'm sorry to break your immersion. This shit's bugged. Report this bug to Agouri, polyxenitopalidou@gmail.com"
//to_chat(world, "Channelname: [src.admincaster_feed_channel.channel_name] [src.admincaster_feed_channel.author]")
//to_chat(world, "Msg: [src.admincaster_feed_message.author] [src.admincaster_feed_message.body]")
usr << browse(dat, "window=admincaster_main;size=400x600")
onclose(usr, "admincaster_main")
-1
View File
@@ -37,7 +37,6 @@
if(!query_text || length(query_text) < 1)
return
//to_chat(world, query_text)
var/list/query_list = SDQL2_tokenize(query_text)