summaryrefslogtreecommitdiff
path: root/freebase/fcl/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'freebase/fcl/commands.py')
-rwxr-xr-xfreebase/fcl/commands.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/freebase/fcl/commands.py b/freebase/fcl/commands.py
index c6acbb3..1be79e8 100755
--- a/freebase/fcl/commands.py
+++ b/freebase/fcl/commands.py
@@ -330,12 +330,8 @@ def cmd_shell(fb):
graphs = {
'http://trunk.qa.metaweb.com':'qa',
'http://branch.qa.metaweb.com':'qa',
- 'http://www.freebase.com':'otg',
'http://api.freebase.com':'otg',
- 'http://freebase.com':'otg',
- 'http://www.sandbox-freebase.com':'sandbox',
'http://api.sandbox-freebase.com':'sandbox',
- 'http://sandbox-freebase.com':'sandbox'
}
gname = graphs.get(fb.mss.service_url, 'unknown')